Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
echo “/home/SE/BMIG_XXX_YY” >> /home/${USER}/.conda/environments.txt



Warning
It is critical that you have your permissions set so students can read but not write to your ~/.conda/envs folder. Without this permission, students will not be able to use your environment in their Jupyter Notebooks on the HPC.

You can do this with the command: chmod a+r with the location of your env folder after the '+r '.


Tip
To enable your students to leverage the environment switching inside Jupyter Notebook you will need to install the appropriate kernels for the languages you have inside the environment in order for them to be able to switch kernels.

You can do this with the following commands within the environment you want to share:

...