This workshop is offered by Northwestern IT Research Computing and Data Services.
There are two ways to work through the materials.
-
If you are working on your own laptop
- Download materials to your own computer. You can do this by clicking on the green Code button and choose "Download ZIP". Unzip the download folder.
- Open the Anaconda Navigator app. Select JupyterLab to launch Jupyter Lab. Within lab, navigate to the downloaded workshop folder and open
.ipynbfile corresponding to the bootcamp day. For example, for the 2nd day, you will openpart2.ipynb.
-
If you are working from Colab
- Open the notebook on Google Colab my clicking on a link below corresponding to the notebook.
NOTE ON THE COLAB OPTION: Progress is NOT automatically saved on your Drive or your computer. To save the file, navigate to File > Save a Copy in Drive. Once you do, a new tab will appear with the copy. You can save the progress throughout the workshop by ctrl + s (if you're on Windows) or cmd + s (if you're on macOS). You can find the saved copy in the Colab Notebooks/ directory.
Topics: Pandas, Troubleshooting Code
Google Colab Links
Troubleshooting Code Debug Exercise 1
Troubleshooting Code Debug Exercise 2
Topics: Matplotlib (+ fstrings if time), Scripting
Google Colab Links
Topics: Environments, fstrings, List Comprehension, Object Classes
Google Colab Links