File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 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______________
You can’t perform that action at this time.
0 commit comments