Skip to content

Commit

Permalink
more clean up of the accessing JupyterHub info
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Nov 2, 2024
1 parent d409e97 commit 3c066bf
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 55 deletions.
16 changes: 8 additions & 8 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ website:
href: setup.qmd
- text: R and RStudio on your computer
href: content/02-local-setup-r.qmd
- text: R and RStudion on the JupyterHub
href: content/02-jupyterhub-setup-r.qmd
- text: Git-Authentication
href: content/02-git.md
- text: Git-JupyterLab
href: content/02-git-jupyter.md
- text: Git-RStudio
href: content/02-git-rstudio.md
- text: Sign up to use the JupyterHub
href: content/01-accessing-jupyterhub.qmd
# - text: Git-Authentication
# href: content/02-git.md
# - text: Git-JupyterLab
# href: content/02-git-jupyter.md
# - text: Git-RStudio
# href: content/02-git-rstudio.md
- coc.md
- section: "Orientation"
contents:
Expand Down
25 changes: 25 additions & 0 deletions content/01-accessing-jupyterhub.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Accessing the NMFS Openscapes JupyterHub
---

Before you can log in to the JupyterHub, we will need to add you to the access group. If you are in the NMFS Openscapes Champions or Mentors cohort, then you already have access if you are in the GitHub teams: [champions](https://github.com/orgs/nmfs-openscapes/teams/2024-nmfs-champions-cohort) or [mentors](https://github.com/orgs/nmfs-openscapes/teams/2024-mentors). If you are in the fall cohorts, but see a 404 when you click on the teams link, then we need to add you to one of those teams. If you are participating in the workshop but not the Openscapes program, you are also welcome to use the JupyterHub for this training opportunity.

[**Fill out this Google Form if you need JupyterHub access**](https://forms.gle/JydKyooTSSMTLkwe8). It will ask for your GitHub username.

### Accepting the invite

Once you have submitted your GitHub username. We will add you to a GitHub team that allows you to log in to the JupyterHub. You will get an invite email.

![](img/github-invite-email.png)
Accept the invite (Join) and you will see this pop-up.

![](img/github-accept-invite.png)

Click "Join NMFS Openscapes". This will take you to the NMFS Openscapes GitHub org where you will see you are now a member.

![](img/member-of-org.png)

Now you can log-into the JupyterHub by going here <https://nmfs-openscapes.2i2c.cloud> and you can go to [JupyterHub orientation](content/01-intro-to-jupyterhub).

This is a platform for training in data science. Please do not non-public fisheries data that needs to stay on your local system.

7 changes: 7 additions & 0 deletions content/01-intro-to-jupyterhub.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ In this lab, you will get an overview of our JupyterHub

:::

[Watch a video](https://youtu.be/o99jZWHqKi8) of the login process and basic JupyterHub orientation discussed below.

## Log into the JupyterHub

Expand All @@ -40,6 +41,12 @@ You'll see something similar to this that allows you to choose a large virtual m
After we select our server type and click on start, JupyterHub will allocate our machine. This may take several minutes.

![Jupyterhub Spawning](./img/spawning.png)
## File System

In both Jupyter Lab and RStudio you will see your home directory of files.

* home directory is yours and no one else can see it.
* To share files, you can connect to a GitHub repository or use the `shared` directory. Everyone can read and write to this directory. Please don't delete content that is not your own.


## Open RStudio
Expand Down
46 changes: 0 additions & 46 deletions content/02-jupyterhub-setup-r.qmd

This file was deleted.

2 changes: 1 addition & 1 deletion setup.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We will be using R and RStudio for the Quarto workshops. Teams that are working

## Options

[R/RStudio on the NMFS JupyterHub](content/02-jupyterhub-setup-r.html) Everything you need is installed for you. Note, before you can log in, we will need to add you to the access group.
**R/RStudio on the NMFS JupyterHub** Everything you need is installed for you. Note, before you can log in, we will need to add you to the access group. [Accessing the Hub]((content/01-accessing-jupyterhub.html) and once you can log in go to [JupyterHub orientation](content/01-intro-to-jupyterhub).

[R/RStudio installed on your computer](content/02-local-setup-r.html) Install R and RStudio on your computer.

Expand Down

0 comments on commit 3c066bf

Please sign in to comment.