Skip to content

Commit 06d1d1e

Browse files
mfisher87Mary-h86fperez
authored
Module 6: GeoJupyter (#55)
Co-authored-by: Maryam Hosseini <[email protected]> Co-authored-by: Fernando Pérez <[email protected]>
1 parent 902e474 commit 06d1d1e

File tree

6 files changed

+654
-43
lines changed

6 files changed

+654
-43
lines changed

.codespellrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[codespell]
2+
# Ignore stuff that looks like base64 blobs in Jupyter Notebooks
3+
ignore-regex = [A-Za-z0-9+/]{100,}

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 some modules (e.g. module 5).
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/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
data/*
2+
*.jGIS

0 commit comments

Comments
 (0)