git https://github.com/mlrepa/dvc-3-automate-experiments.git
cd dvc-3-automate-experiments
Create virtual environment named dvc
(you may use other name)
python3 -m venv dvc-venv
echo "export PYTHONPATH=$PWD" >> dvc-venv/bin/activate
source dvc-venv/bin/activate
pip install -r requirements.txt
python -m ipykernel install --user --name=dvc-venv
sudo jupyter contrib nbextension install
jupyter nbextension enable toc2/main
jupyter notebook