How to Run and Submit#
Running Assignments#
The computing platform we will be using this semester is a shared JupyterHub instance running on campus. You will be able to access this server from anywhere on campus using your MHC credentials. If you are off-campus, youâll need to connect to the MHC VPN â instructions on how to do so are linked here. If you have any trouble connecting to the server or run into issues while on the server, please reach out to me!
Every assignment will be posted on this website as a templated Jupyter notebook. To open the notebook on the server, click on the âlaunchâ rocket ship icon in the top right corner of the page and select âJupyterHubâ.
Tip
Make sure to save your work often, in case you get disconnected from the server.
Submitting to Gradescope#
Once you are ready to submit your assignment, youâll need to submit the following files to Gradescope:
Your completed
.ipynb
notebook file, which you can download by going toFile -> Download
.A
.py
file of your notebookâs code, which you can download by going toFile -> Save and Export Notebook As -> Executable Script
.
Tip
To make sure youâve answered all questions, perform a search for TODO
in your notebook!