Skip to content

Commit 3459b5c

Browse files
committed
Extract "Joining late" content to include
1 parent 4ac92ee commit 3459b5c

File tree

3 files changed

+36
-33
lines changed

3 files changed

+36
-33
lines changed

joining-late.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
::::::{hint} Joining late? You may need to clone the workshop repository
2+
:class: dropdown
3+
4+
If you're joining late, you may have missed a prior instruction to start your CryoCloud server,
5+
clone the workshop website and set up GitHub authentication.
6+
7+
To start your CryoCloud server, visit the reference section [](../../reference/01-starting-your-server.md).
8+
9+
To clone the workshop repository, open a terminal in your CryoCloud JupyterLab server:
10+
11+
```bash
12+
cd # Move to your home directory
13+
git clone https://github.com/geojupyter/workshop-open-source-geospatial.git
14+
```
15+
16+
:::{youShouldNotice}
17+
...this command produces output like:
18+
19+
```
20+
Cloning into 'workshop-open-source-geospatial'...
21+
remote: Enumerating objects: 417, done.
22+
remote: Counting objects: 100% (178/178), done.
23+
remote: Compressing objects: 100% (101/101), done.
24+
remote: Total 417 (delta 136), reused 97 (delta 77), pack-reused 239 (from 2)
25+
Receiving objects: 100% (417/417), 1.13 MiB | 7.21 MiB/s, done.
26+
Resolving deltas: 100% (229/229), done.
27+
```
28+
:::
29+
30+
**Finally, you'll need to setup GitHub authentication to push to GitHub**, which is required to
31+
complete this module.
32+
Please follow the instructions at [](../../reference/03-gh-auth.md).
33+
::::::

modules/05-sharing-and-publishing/index.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -137,40 +137,9 @@ This workshop's materials are built with MyST.
137137
We'll build this premade website together on CryoCloud so you can get used to the
138138
process.
139139

140-
::::::{hint} Joining late? You may need to clone the workshop repository
141-
:class: dropdown
142-
143-
If you're joining late, you may have missed a prior instruction to start your CryoCloud server,
144-
clone the workshop website and set up GitHub authentication.
145-
146-
To start your CryoCloud server, visit the reference section [](../../reference/01-starting-your-server.md).
147-
148-
To clone the workshop repository, open a terminal in your CryoCloud JupyterLab server:
149-
150-
```bash
151-
cd # Move to your home directory
152-
git clone https://github.com/geojupyter/workshop-open-source-geospatial.git
153-
```
154-
155-
:::{youShouldNotice}
156-
...this command produces output like:
157-
158-
```
159-
Cloning into 'workshop-open-source-geospatial'...
160-
remote: Enumerating objects: 417, done.
161-
remote: Counting objects: 100% (178/178), done.
162-
remote: Compressing objects: 100% (101/101), done.
163-
remote: Total 417 (delta 136), reused 97 (delta 77), pack-reused 239 (from 2)
164-
Receiving objects: 100% (417/417), 1.13 MiB | 7.21 MiB/s, done.
165-
Resolving deltas: 100% (229/229), done.
166-
```
140+
:::{include} /joining-late.md
167141
:::
168142

169-
**Finally, you'll need to setup GitHub authentication to push to GitHub**, which is required to
170-
complete this module.
171-
Please follow the instructions at [](../../reference/03-gh-auth.md).
172-
::::::
173-
174143

175144
#### Navigate to the correct directory in the file browser
176145

modules/06-geojupyter/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ integrate with a real analysis workflow.
2727

2828
We'll work through this module together in a Jupyter Notebook!
2929

30-
# TODO: Joining late?
30+
:::{include} /joining-late.md
31+
:::
3132

3233
Open the `demo.md` notebook in the Module 6 directory within the workshop repository.
3334
On your CryoCloud server, it should be at

0 commit comments

Comments
 (0)