Please make sure that you have fully successfully completed PA0 before continuing with this tutorial setup
Open a new terminal window and navigate to your CS 124 folder you created during PA0
From there, clone the tutorial with
git clone https://github.com/cs124/numpy-tutorial
This will create a folder numpy-tutorial in your CS 124 folder.
Now activate the cs124 conda virtual environment you made in PA0 by pasting the following command into your terminal
conda activate cs124
If there is an error about the environment not existing, please go back to PA0 and complete the portion regarding the installation of the cs124 environment
Now open a new Jupyter Notebook window by typing the following command into your terminal. Once you have successfully completed this step, you can navigate to the numpy-tutorial folder and then the numpy-tutorial.ipynb file and it should open a new tab with the tutorial.
jupyter notebook