Skip to content

Commit e552cbe

Browse files
committed
added module notebooks part 1
1 parent 7102263 commit e552cbe

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

episodes/introduction.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,11 @@ Jupyter Notebooks support an **iterative workflow**:
5353

5454
## 3. Getting Started: Opening a Notebook
5555

56-
You can launch Jupyter Notebooks in several ways:
56+
You can use Jupyter Notebooks in several ways:
5757

58-
- Through **Anaconda Navigator**
59-
- From the command line using:
60-
```bash
61-
jupyter notebook
62-
```
63-
- Through **Google Collab**
58+
- Through [Anaconda Navigator](https://www.anaconda.com/products/navigator). Install the application, create an account, and launch *Jupyter Notebook*.
59+
60+
- Through [Google Collab](https://colab.research.google.com). You would need a google account for this. Then create a new notebook in Drive.
6461

6562
## 4. Understanding Cells
6663
A Jupyter Notebook is composed of cells. Each cell performs a specific role.
@@ -202,3 +199,12 @@ This improves readability for both technical and non-technical audiences.
202199
- Use descriptive file names
203200
- Move reusable code into `.py` files as projects grow
204201

202+
203+
# Module Overview
204+
205+
| Lesson | Overview |
206+
|-------------------|------------------------------------------------------------------------------------------------------------|
207+
| <a href="https://colab.research.google.com/github/SpatialTurn/DataCollection-Notebooks/blob/main/Census/Introduction_Python.ipynb" target="_blank">Introduction I</a> | Introduction to Python Coding in Jupyter Notebook |
208+
| <a href="https://colab.research.google.com/github/SpatialTurn/DataCollection-Notebooks/blob/main/Census/Intro_Ploting.ipynb" target="_blank">Introduction II</a> | Introduction to Python Plotting in Jupyter Notebook |
209+
| <a href="https://colab.research.google.com/github/SpatialTurn/DataCollection-Notebooks/blob/main/Census/.ipynb" target="_blank">Introduction III</a> | Introduction to Advanced Batch-Geocoding |
210+

0 commit comments

Comments
 (0)