Skip to content

Commit a806700

Browse files
committed
Fix ohw23 tutorials page navigation, including getting started page. Plus schedule page fixes
1 parent 39de20d commit a806700

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed

ohw23/schedule.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Schedule
22

3-
OceanHackWeek 2022 will take place August 15-19.
3+
**OceanHackWeek 2022 will take place August 15-19.**
44

55
With a global virtual event and many satellites, this schedule is still very much under development. The global virtual event will be meeting from 11-2 Pacific, and most satellites are planning at least part of their day around that time block to encourage cross-satellite interaction.
66

77
## Overview of the global event
88

99
<iframe width=700 height=600 src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQSK-BFmCaqDp04f6Kfc1tWNIHFDaxHclqe-2Rb4vNlt0we2bqXednUJ_Zk2sRoeqd5nxqsEvJHjYfm/pubhtml?gid=0&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
1010

11-
## Satellite events
11+
12+
<!-- ## Satellite events
1213
1314
For satellite event schedules, please check out their individual pages to see how each satellite will work with the global event. Some satellite schedules may not be ready yet; contact the satellite organizers via Slack for more information.
1415
@@ -23,4 +24,4 @@ For satellite event schedules, please check out their individual pages to see ho
2324
:hidden:
2425
2526
monday
26-
```
27+
``` -->

ohw23/tutorials-index/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```{toctree}
44
:maxdepth: 1
55
6-
../../resources/tutorials/getting_started
6+
../tutorials_getting_started
77
../tutorials/00-Mon/xarray-in-45-min.ipynb
88
data-access-in-python
99
data-access-in-r

ohw23/tutorials_getting_started.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Getting started on tutorials
2+
3+
## Introduction
4+
5+
Tutorials will be run live on the [OceanHackWeek JupyterHub ("The Hub"), https://oceanhackweek.2i2c.cloud](https://oceanhackweek.2i2c.cloud) in your browser either as Jupyter notebooks or as scripts and notebooks in RStudio. The instructor and all participants can be running their own copies of the tutorial in their Hub account, with files cloned from the OHW source in GitHub.
6+
7+
Below are instructions for getting the tutorials started on the the Hub in your browser, and updating the tutorials files with the latest version from the GitHub tutorials repository, [https://github.com/oceanhackweek/ohw-tutorials](https://github.com/oceanhackweek/ohw-tutorials).
8+
9+
The schedule of tutorials is available [here](../../ohw22/schedule.md), and links to tutorial materials and some background resources will be available there as well.
10+
11+
## How do I get the tutorial repository into the Hub?
12+
13+
For the tutorials, we recommend the use of [nbgitpuller](https://jupyterhub.github.io/nbgitpuller/) to clone and pull the tutorials repository, or update the clone you already have. Use the magical nbgitpuller link below to accomplish this clone or update.
14+
15+
```{admonition} Pull tutorial repo via the magic of nbgitpuller
16+
17+
The nbgitpuller link is magical, but it can't detect which profile you are currently running. Either should update the (same) tutorial repo, but it may error if you use the Python link if you are actively using the R profile, or the other way around.
18+
19+
::::{tab-set}
20+
21+
:::{tab-item} Python
22+
23+
[Pull tutorial repo for the Python profile](https://oceanhackweek.2i2c.cloud/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Foceanhackweek%2Fohw-tutorials&urlpath=lab%2Ftree%2Fohw-tutorials%2F&branch=OHW22)
24+
25+
:::
26+
27+
:::{tab-item} R
28+
29+
[Pull tutorial repo for the R profile](https://oceanhackweek.2i2c.cloud/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Foceanhackweek%2Fohw-tutorials&urlpath=rstudio%2F&branch=OHW22)
30+
31+
:::
32+
33+
::::
34+
35+
```
36+
37+
See this [extended discussion](../prep/jupyterhub.md#how-do-i-get-the-tutorial-repository) for more details about `nbgitpuller` and the alternative approach relying on `git` commands and `GitHub` workflows.

0 commit comments

Comments
 (0)