- if you don't have a python, install it
during installation select add Python to PATH option
-
if you don't have a git, install it
-
download manualy
project_setup.shThis script should download and install all you need. Namely:
- Install:
jupyterlab,virtualenv. - Clone repository.
- Create and activate virtual environment
- Create Jupyter Notebook kernel
- Run Jupyter Lab By default it's working on Windows but you can also run it on Linux or MacOS only need to comment on the code lines for Windows and uncomment the code lines for Linux.
- Install:
-
open Git Bash (right mouse click in directory with
project_setup.sh) -
run command:
source project_setup.sh "your path to python.exe"
In case of problems with project_setup.sh ...
... you can manualy execute each line in git bash.
