To install the python packages required for running the notebooks: - follow conda installation instructions: https://docs.conda.io/en/latest/ - run the follwing commands inside of this directory: conda create --name mlworkshop python=3.8 conda activate mlworkshop conda install --file requirements_conda.txt pip install -r requirements_pip.txt jupyter notebook