...
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 Blocknoformat |
---|
[user@aa6-100 ~]$ conda activate {myEnv} [user@aa6-100 ~]$ conda install ipykernel [user@aa6-100 ~]$ python3 -m ipykernel install --user --name={myEnv} |
...