Skip the first two steps if you have Jupyter Lab with nb_conda_kernels installed already.
- Install Mambaforge.
- Install necessary packages to the
baseenvironment. Make sure you are installing them from theconda-forgechannel.
mamba install jupyterlab nb_conda_kernels- Check out or download this repository.
- In the command line, navigate to the downloaded folder (
malbec_socrates) and create a separate conda/mamba environment.
mamba env create --file environment.yml- Start the Jupyter Lab, for example from the command line:
jupyter lab- Open noteboks using the
malbec_socratesenvironment and start coding.