-
Notifications
You must be signed in to change notification settings - Fork 134
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
How to disable ipykernel / configure it? #181
Comments
looks like the the ipykernel was wrapped by jupyterlab.
|
I also noticed that, and I can't trace where this launcher is defined. |
please try:
|
The first time I tried removing this kernel, I failed, but this is something I would like for some time. Like 1/3 of the issue reports are about Python packages not working because people clicked on the wrong kernel. @GTrunSec Is this a new flag? If this works, we could add it by default. |
Sure, It works. you can find all of the settings in the config file of jupyter. which means you can do either flag or put it in the config file( |
I think this is a Nixpkgs issue. I also failed to trace the source of this kernel there but perhaps that's possible with some effort. @FRidh since you maintain some of jupyter's related packages in Nixpkgs perhaps you could help here please? |
I'd like to configure a jupyter environment and I'd like it to present only a single python Notebook in the launcher. Currently, if I use:
I still see
ipykernel
in the launcher:And if I use:
I get another python launcher:
And I noticed that the python module
pint
is not available in theipykernel
notebook, but it is available in the right launcher.How do I disable the
ipykernel
launcher?The text was updated successfully, but these errors were encountered: