Linux & MacOS
1. Install anaconda from https://www.anaconda.com/
2. Download the lectures to some folder. In this example, we’ll name the folder LecturesFolder
3. Open a terminal
4. Navigate to the folder where your .ipynb is (e. g, cd ~/Documents/LecturesFolder)
5. Type jupyter-notebook and press enter
Windows
1. Install anaconda from https://www.anaconda.com/
2. Download the lectures to some folder. In this example, we’ll name the folder LecturesFolder
3. Start the Windows start menu.
4. Select Anaconda3(64-bit) -> Jupyter Notebook
5. Navigate to LecturesFolder which will be located where you downloaded it to.
6. Click the notebook you want to open.