-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pick non-base environment as kernel for notebooks #150
Comments
You are correct @jamestwebber.
If you are using JupyterLab from an environment, you need to install |
Am I understanding this right--I need to install But at least for now, using edit: Or perhaps you are just saying I need |
Yes this is what I meant. So if you are installing and running jupyter from your environment
This actually depends on your settings. When you are installing a kernel explicitly with
|
Thanks for the clarification! I suppose this issue doesn't have much to do with |
I have a (maybe?) related issue. I just set up a new JupyterLab 3 environment and installed
gator
to manage conda envs (I previously usednb_conda_kernels
but it doesn't look like it works anymore?).The gator tab shows all my existing kernels but I can't start a notebook in anything but the base environment. Is there some
additional step I need to take to make them discoverable?
edit: I guess my issue is different and just required
ipython kernel install --user --name=<name>
. Somehow in the past that wasn't necessary for me to see new kernels.Originally posted by @jamestwebber in #147 (comment)
The text was updated successfully, but these errors were encountered: