Skip to content

Commit

Permalink
Added video tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
manjilasingh committed Jun 7, 2024
1 parent f84f19e commit d5ba528
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ Follow these steps to allow 2i2c JupyterHub to push to GitHub repositories:
```bash
gh-scoped-creds --client-id Iv23lixIgj0sAZqz98bH
```
### You can also follow along with this [video tutorial](https://youtu.be/t6WkSpYDiaA) that walks you through the same process visually.
### You can also follow along with this video tutorial that walks you through the same process visually.


import VideoPlayer from '/src/components/VideoPlayer.js';


<VideoPlayer url="https://www.youtube.com/watch?v=t6WkSpYDiaA" />




15 changes: 13 additions & 2 deletions docs/services/cloudservices/ciroh jupyterhub/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,24 @@ If your software in not listed in this file, please submit the form below to req
### CIROH JupyterHub Environments:

Click on below button to access the CIROH JupyterHub environments (production and staging environments):

<a class="button button--active button--primary " href="https://ciroh.awi.2i2c.cloud/hub/login"> CIROH Production JupyterHub</a>

<a class="button button--active button--primary " href="https://staging.ciroh.awi.2i2c.cloud/hub/login"> CIROH Staging JupyterHub</a>

-----

:::note
Please remember to stop the server when you're not actively using it
:::

<a class="button button--active button--primary" href="https://ciroh.awi.2i2c.cloud/hub/login"> CIROH Production JupyterHub</a>

<a class="button button--active button--primary" href="https://staging.ciroh.awi.2i2c.cloud/hub/login"> CIROH Staging JupyterHub</a>
import VideoPlayer from '/src/components/VideoPlayer.js';


<VideoPlayer url="https://youtu.be/VSFs2bu4-74" />



_____

Expand Down

0 comments on commit d5ba528

Please sign in to comment.