- Install python 3.9
- Install anaconda
- Open Anaconda Prompt
- run
conda config --add channels conda-forge
- run
conda install jupyterlab jupyterlab-spellchecker nb_conda_kernels
- create a new virutal environment (kernel):
conda env create -f agrobotenv.yml
(make sure that agrobotenv.yml is in the working directory) - Activate the environment with
conda activate agrobot
- run
Click here for a more detailed setup guide.