Python Setup ๐Ÿ#

Set up Python environment#

Optionally set up your own Conda/Mamba environment#

module load mamba
mamba create -n myenv python
source activate /kellogg/software/envs/python-env
mamba install ipykernel

Select the workspace Python interpreter in VSCode#

  • Type command โ€œPython: Select Interpreterโ€

Select

  • Enter interpreter path

    • Use your Conda environment path or /kellogg/software/envs/python-env

Enter-path