-
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
Disable default python kernel #182
Conversation
The MacOS tests are not passing, due to the tests of some component of Jupyter not working. |
The setup upterm task has been running for 3 hours already. |
The flake checks currently fail with
According to this thread, it happens when one of the flake input uses the "follows" attribute. Among all chained inputs, only When running the flake checks locally, everything runs fine. I suspect cachix uses some cached version of jupyterWith, or iHaskell, that precedes the fix introduced in iHaskell that is linked above (?). I'm not sure how to fix those flakes checks at the moment. |
Just run |
@GTrunSec, Thanks for the suggestion. I gave it a try but that still doesn't pass. Even without updating the lockfile, iHaskell is recent enough, and running |
How about |
9c2b2b6
to
9c723f0
Compare
That worked, thanks a lot @GTrunSec. |
That's great, thanks! |
This disables the default python kernel in
jupyter-lab
,jupyter-notebook
, andjupyter-nbclassic
.