ML4MS2019: Hands-on tutorial laptop setup Procedure - Linux clone the repository: #> git clone https://github.com/fullmetalfelix/ML-CSC-tutorial or download from the link above as a zip file, and unpack it go to the folder ML-CSC-tutorial: #> cd ML-CSC-tutorial [optional] get the virtualenv package for python3: #> pip3 install virtualenv [optional] create a python virtual environment #> python3 -m virtualenv env [optional] activate the virtual environment #> source env/bin/activate install python packages: #> pip3 install -r requirements.txt OR if you used virtualenv: #> pip install -r requirements.txt run the jupyter notebook system #> jupyter notebook a browser should open with the list of notebooks.