You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/introduction.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,11 @@ Jupyter Notebooks support an **iterative workflow**:
53
53
54
54
## 3. Getting Started: Opening a Notebook
55
55
56
-
You can launch Jupyter Notebooks in several ways:
56
+
You can use Jupyter Notebooks in several ways:
57
57
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.
64
61
65
62
## 4. Understanding Cells
66
63
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.
202
199
- Use descriptive file names
203
200
- Move reusable code into `.py` files as projects grow
0 commit comments