If you are working on a lab machine, there are a couple of steps that you need to take to activate your Anaconda environment:
/cs/shr/cs445/anaconda3/bin/conda init bash
This will set up your shell environment to run conda
commands.
You’ll need to restart your terminal at this point.
You should then be able to launch the Anaconda Navigator as follows:
anaconda-navigator
Create a file for nbgrader lab activities, and copy this file into it:
From within that folder, execute the command:
jupyter lab
Jupyter notebooks are useful as interactive notebooks that mix text, figures, and code. On the other hand, they don’t take the place of a dedicated code editor. If you would prefer to work on the exercises outside of the notebook, here is a Python file containing all of the unfinished functions and tests. Feel free to write and test the code here, and then copy it into the notebook before submission.