Skip to content

Commit 21a1b13

Browse files
committed
Add detail to module 1
1 parent b4d70b4 commit 21a1b13

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

modules/01-collaborating-in-jupyterhub.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,29 @@ This Notebook is pre-populated with some code.
7474

7575
1. Run all the cells (_TODO: Details_).
7676
1. Add a new cell which adds more data into the GeoDataFrame.
77+
Start with the address of a location that is meaningful to you:
78+
Your favorite coffee shop?
79+
The shelter where you adopted your pet?
80+
The town where you grew up?
7781
1. Add another new cell which saves the GeoDataFrame with a new filename.
7882

7983

80-
### Step 4: Push to GitHub (WIP)
84+
### Step 4: Collaborate!
85+
86+
1. Break in to groups of 2-3. (_TODO: How?_)
87+
1. Introduce yourselves!
88+
1. Write down a couple of norms/rules for your group.
89+
A good place to start might be "What concerns do you have about collaboration?"
90+
1. Share a link to your JupyterLab instance with your group. (_TODO: How?_ Shared tool?
91+
Miro, FigJam, something else?)
92+
1. Visualize and explore your data together.
93+
94+
95+
### Step 5: Push to GitHub (WIP)
8196

8297
1. `git add .`
83-
2. `git commit --message="Add new data to GeoJSON"`
98+
1. `git commit --message="Add new data to GeoJSON"`
8499
This step may fail.
85100
If it does, you need to tell Git your name and e-mail, then try again.
86101
Git will print out the commands you need to execute to fix this problem.
87-
3. `git push --set-upstream origin main`
102+
1. `git push --set-upstream origin main`

0 commit comments

Comments
 (0)