ML REPA School course: Machine Learning experiments reproducibility and engineering with DVC
git clone https://github.com/mlrepa/dvc-2-data-versioning.git
cd dvc-2-data-versioningCreate virtual environment named dvc-venv (you may use other name)
python3 -m venv dvc-venv
source dvc-venv/bin/activatepip install -r requirements.txtpython -m ipykernel install --user --name=dvc-venvsudo jupyter contrib nbextension install
jupyter nbextension enable toc2/mainjupyter notebook