Hacker News new | past | comments | ask | show | jobs | submit login

Great news! Question for the fellow Jupyter Hub users: how do I expose users’ Conda environments to them?



`nb_conda_kernel` should add the kernels installed in both system and user conda environments as notebook kernels.

EDIT: I meant `nb_conda_kernels` https://github.com/Anaconda-Platform/nb_conda_kernels


Install ipykernel or irkernel packages in the environments you want juoyterlab to know about


You'll also need to register it against Jupyter.

For Python :

    $ ipykernel install --user --name myenv --display-name "My environment"
For R :

    > IRkernel::installspec()
As mentioned previously, nb_conda_kernels allows to automate this step.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: