Course FAQs
1. Where can I find the Jupyter Notebooks for the Course?
You can find them here.
2. How do I download the Notebooks?
Click the download button on the top right of the nbviewer page. Alternatively to download everything at once, you can go to the GitHub page here and then click the download zip button to download all the notebook (.ipynb) files onto your computer (compressed as a zip file, you'll need to unzip it).
3. How do I know where my Notebooks are being saved?
To find out where your notebooks are type: pwd in a cell. This will print your working directory.
4. How can I change where the Notebooks are being saved?
You will need to change the directory in which you are starting you jupyter notebook. Use cd in the terminal or command prompt to change to your desired directory.
5. How do I open .ipynb files? What program do I choose?
In order to open the Notebook Files you'll need to have Python and the Jupyter Notebook system installed, check out the Python Set-up section for more details on the installation of Python and the Jupyter Notebook system (or you can just follow the relevant instructions here if you feel more technical). Once you have python and the jupyter notebooks installed you are ready to open the notebooks using the following steps: