Our project uses conda/miniconda to manage dependencies.
Clone the project with https or ssh (choose https if you are not sure):
git clone https://github.com/Simre1/MLPC-2024.gitor
git clone git@github.com:Simre1/MLPC-2024.gitInstall the conda environment:
Go into the MLPC-2024 directory and set up the conda environment.
conda env create -f environment.yml
conda activate mlpc-2024Run Jupyter Lab
Activate the environment and start Jupyter Lab while you are in the MLPC-2024 directory.
conda activate mlpc-2024
jupyter labOf course, you can also use editor integrations for jupyter instead of jupyter lab.