Open wwarriner opened 2 years ago
Side note, people should probably not be installing jupyter
directly into an env. That is the server software and we have that covered on OOD. To use an env as a notebook client they should be installing ipykernel
only. This is the "best practice" for using OOD Jupyter
Interactive jupyter jobs can fail to start and "disappear" without warning due to an issue with environments.
If the user supplies a
conda activate <env>
line in the Environment Setup box, and<env>
DOES havejupyter
installed but does NOT havenb_conda_kernels
installed, the job will fail to start and the job card will disappear from My Interactive Sessions. Other errors crop up for other packages, but they aren't fatal. I will list these below.I've talked with Louis about rearranging the order of operations, but at this time it isn't feasible. There are users who legitimately need to use custom versions of the jupyter server, such as in the Qiime2 module.
We need to update the docs to include this caveat. Something like