We’d like to offer our users the ability to run Jupyter in OOD from one of their own conda environments. I saw a few ideas here that (I think) could work for us:
But we were interested if nb_conda_kernels could let our users switch envs in Jupyter OOD. Our thought was that the user would startup Jupyter in OOD from our sitewide module (as usual), and then they could switch to a Python kernel from their own conda env. Has anyone tried setting this up?
If not, I’ll give it a shot a shot and report back here.
Thanks!
Ron
Ron Rahaman
Research Scientist II
Partnership for an Advanced Computing Environment (PACE)
Georgia Institute of Technology
I would think that, in our script.sh.erb, we would have the logic to run the user’s jupyter’s kernel, rather than our sitewide jupyter kernel. If so, do you have an additional input field for the user’s desired environment?
If the user creates an ipython kernel from their virtual env (using ipykernel install), then Jupyter will pick it up. Then their kernel will be available from the “New” dropdown menu along with the other pre-installed kernels. We didn’t have to reconfigure anything in our OOD setup.