Versions Compared

Key

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

...

To use your own conda environment as a kernel for Jupyter notebook you will need to have ipykernel installed in the conda environment before starting ecinteractive job. ipykernel can be installed with:

Code Block
languagebash
collapsetrue
[user@aa6-100 ~]$conda activate {myEnv}
[user@aa6-100 ~]$conda install ipykernel
[user@aa6-100 ~]$python3 -m ipykernel install --user --name={myEnv}

...