@@ -106,7 +106,7 @@ instance with MyST pre-installed.
106106CryoCloud also comes with a special configuration for building a MyST site without the
107107use of the terminal.
108108
109- To preview a MyST site in JupyterLab, view instructions in the reference section [ ] ( ../.. /reference/04-using-myst.md) .
109+ To preview a MyST site in JupyterLab, view instructions in the reference section [ ] ( /reference/04-using-myst.md ) .
110110
111111:::{note} The normal way (without JupyterLab)
112112:class: dropdown
@@ -137,40 +137,9 @@ This workshop's materials are built with MyST.
137137We'll build this premade website together on CryoCloud so you can get used to the
138138process.
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
0 commit comments