For the practical session, you need to install jupyter in order to work on the notebook. You also need the last scikit-learn version v0.19.
For Unix based systems, if you already have python3 and its package manager pip3 you just have to execute these lines.
sudo -H pip3 install jupyter
sudo -H pip3 install scikit-learnIf you just want to upgrade a package, just type:
sudo -H pip3 install -U scikit-learnFor Windows, You can either:
- install
python3andpip3and add them to your%PATH%; - or just install
anacondaforpython3form here.
To run the notebook, you just have to go to the right directory and launch it via:
$ cd /path/to/folder
$ jupyter notebook