Skip to content

Commit 97284f5

Browse files
typos
1 parent 49852e0 commit 97284f5

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/jupyterlab.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Goals:
66
* Write and execute Python code in a Jupyter Notebook cell, observing the output and modifying code as needed.
77
* Save a Jupyter Notebook as an .ipynb file and verify the file’s location in the directory within the session.
88

9+
# Download notebooks for this workshop
10+
11+
* [Go to the Respository for this workshop](https://github.com/SouthernMethodistUniversity/intro-to-python)
12+
13+
![Github link](https://raw.githubusercontent.com/SouthernMethodistUniversity/intro-to-python/main/images/repo.png)
14+
15+
* Click on Code to downlaod all files, or click into Docs to downlaod individual notebooks. Notebooks are indicated by .ipynb file type.
16+
![Download link](https://raw.githubusercontent.com/SouthernMethodistUniversity/intro-to-python/main/images/downloadrepo.png)
17+
18+
919
## Using JupyterLab to edit and run Python code.
1020

1121
### Getting started with JupyterLab
@@ -143,15 +153,6 @@ Summary:
143153
- You can use a JupyterLab notebook to edit and run Python.
144154
- Notebooks can include both code and markdown (text) cells.
145155

146-
# Download notebooks for this workshop
147-
148-
* [Go to the Respository for this workshop](https://github.com/SouthernMethodistUniversity/intro-to-python)
149-
150-
![Github link](https://raw.githubusercontent.com/SouthernMethodistUniversity/intro-to-python/main/images/repo.png)
151-
152-
* Click on Code to downlaod all files, or click into Docs to downlaod individual notebooks. Notbooks are these are indicated by .ipynb file type.
153-
![Download link](https://raw.githubusercontent.com/SouthernMethodistUniversity/intro-to-python/main/images/downloadrepo.png)
154-
155156

156157

157158
______________

0 commit comments

Comments
 (0)