Step 1: Open the example Jupyter Notebook for Module 2¶
- In your repository, open
examples/module-2/example-2.ipynb
. - Explore! Read and run the cells one-by-one.
Step 2: Complete the challenge in the notebook¶
The Notebook contains everything you need to complete step 2 of this exercise.
Step 3: Collaborate!¶
- Close your Notebook from step 2.
- In step 2, you constructed a JupyterGIS project in a Jupyter Notebook.
Now let’s open that project directly.
Open the file browser using the top icon in the left panel.
Open
example.jGIS
by double-clicking it. - Share your JupyterLab session:
- Click the “share” icon in the top-right.
- Copy the URL.
- Share that URL with the group.
- Open the workshop server browser.
- Follow the instructions on the board. (there are big arrows pointing at them!)
- What observations can you make about this data?
- Use annotations to record an observation on the map.
- Right click anywhere, and select “Add Annotation”.
- Can you think of other datasets that might be interesting to visualize together?
Check out our server browser (the 📖 icon in the toolbar at the top of the map)
and add some other datasets to your shared project.
- Can you change the opacity of a layer? (NOTE: This option is in the “objects properties” pane, not in the symbology menu)
- How does JupyterGIS feel? What feels like friction? What feels good? What is needed to make it better? We’d be SO thrilled if you’d open an experience report to share your thoughts.
Step 4: Save our work to GitHub¶
- Run the following commands in the terminal:
git commit --all --message="Complete module 2"
git push origin main
Done!¶
Put up a 🟩 green sticky to let us know you’ve completed the exercise.
⭐ If you have time left, please check out our bonus example tutorial in examples/bonus/
!