Implementation of the publication
- Initialize virtual environment in it:
python -m venv env
, - Install dependencies:
pip install -r requirements.txt
, - Open project
jupyter notebook
Implementation of the publication
python -m venv env
,pip install -r requirements.txt
,jupyter notebook