To view and submit your assignments, you have to use the assignment tab on the course JupyterHub server. The assignment tab is not activated by default. You will have to manually activate it. To display the assignment tab,
- Open a new terminal by clicking
New
in the upper right corner and selectingTerminal
. - In the terminal, type
nbgrader extension activate
and hitEnter
. You should see 2OK
s andDone.
in the last line of the output. If you see an error message, contact the TA. - Click
Control Panel
in the upper right corner. ClickStop My Server
and wait until the red button disappers. Restart your server by clickingMy Server
. - You should now be able to see the Assignments tab after Files,
Running, and Clusters.
- When assignments are released, it will show up under
Released assignments
.
Notes:
- Remember that the assignments on GitHub are for reference only and you should use the course JupyterHub server to view, fetch, and submit your assignments.
- You are allowed to submit an assignment multiple times. For example, if have already submitted an assignment but later realize you made a mistake and want to fix it, you can simply change your solution, save the notebook, and submit again.
- If you encounter any technical issues, please feel free to contact the instructors.