Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[codespell]
# Ignore stuff that looks like base64 blobs in Jupyter Notebooks
ignore-regex = [A-Za-z0-9+/]{100,}
33 changes: 33 additions & 0 deletions joining-late.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
::::::{hint} Joining late? You may need to clone the workshop repository
:class: dropdown

If you're joining late, you may have missed a prior instruction to start your CryoCloud server,
clone the workshop website and set up GitHub authentication.

To start your CryoCloud server, visit the reference section [](../../reference/01-starting-your-server.md).

To clone the workshop repository, open a terminal in your CryoCloud JupyterLab server:

```bash
cd # Move to your home directory
git clone https://github.com/geojupyter/workshop-open-source-geospatial.git
```

:::{youShouldNotice}
...this command produces output like:

```
Cloning into 'workshop-open-source-geospatial'...
remote: Enumerating objects: 417, done.
remote: Counting objects: 100% (178/178), done.
remote: Compressing objects: 100% (101/101), done.
remote: Total 417 (delta 136), reused 97 (delta 77), pack-reused 239 (from 2)
Receiving objects: 100% (417/417), 1.13 MiB | 7.21 MiB/s, done.
Resolving deltas: 100% (229/229), done.
```
:::

**Finally, you'll need to setup GitHub authentication to push to GitHub**, which is required to
complete some modules (e.g. module 5).
Please follow the instructions at [](../../reference/03-gh-auth.md).
::::::
33 changes: 1 addition & 32 deletions modules/05-sharing-and-publishing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,40 +137,9 @@ This workshop's materials are built with MyST.
We'll build this premade website together on CryoCloud so you can get used to the
process.

::::::{hint} Joining late? You may need to clone the workshop repository
:class: dropdown

If you're joining late, you may have missed a prior instruction to start your CryoCloud server,
clone the workshop website and set up GitHub authentication.

To start your CryoCloud server, visit the reference section [](../../reference/01-starting-your-server.md).

To clone the workshop repository, open a terminal in your CryoCloud JupyterLab server:

```bash
cd # Move to your home directory
git clone https://github.com/geojupyter/workshop-open-source-geospatial.git
```

:::{youShouldNotice}
...this command produces output like:

```
Cloning into 'workshop-open-source-geospatial'...
remote: Enumerating objects: 417, done.
remote: Counting objects: 100% (178/178), done.
remote: Compressing objects: 100% (101/101), done.
remote: Total 417 (delta 136), reused 97 (delta 77), pack-reused 239 (from 2)
Receiving objects: 100% (417/417), 1.13 MiB | 7.21 MiB/s, done.
Resolving deltas: 100% (229/229), done.
```
:::{include} /joining-late.md
:::

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


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

Expand Down
2 changes: 2 additions & 0 deletions modules/06-geojupyter/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
data/*
*.jGIS
Loading