press green [Code] button above->[Download zip].
- Download Anaconda
- Run
jupyter notebook
in terminal
To maintain only updates of this repository without downloading the whole repository each time
- Open terminal.
- Change to directory, where you would like to store the local copy of the repository.
- Type
git clone https://github.com/yandexdataschool/MLatImperial2022.git
Now you have created MLatImperial2022
folder, which is your local copy of the repository.
Switch to MLatImperial2022
folder you created and type git pull
in terminal.
Doanload Anaconda package.
In terminal type jupyter notebook
.
You may specify the directory, where the notebook will look for your code files: jupyter notebook --notebook-dir=/absolute/path/to/your/code/files
Also you may launch jupyter notebook via GUI interface from Anaconda Navigator.