-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
nix run .#jupyter-all
generates errors that make it unusable
#264840
Comments
Jupyter issue here: jupyter/notebook#6974 Incidentally, it seems really hard to git bisect on Nixpkgs |
As a workaround until this gets fixed, maybe you can use nix run --impure --expr 'with import ./. {}; jupyter-console.withSingleKernel your-kernel-definition' |
related to #255923 |
Any objection to closing this in favor of #255923? |
@thomasjm I am fine with closing this. I am just curious about your commitment to the jupyter env in nixpkgs ? I dont have the capacity to lead such an effort but willing to help anyone interested in this. thanks for linking the issue @natsukium ;) |
I'm very interested in working on it. The only thing holding me back is that I've had a hard time getting my PRs reviewed in a timely manner. For example: If you could help me merge some stuff @teto then we could do great things :) |
@teto I will test the mentioned packages tomorrow once everything is okay, you can merge them anytime. |
@thomasjm cool ! let me know when you need help merging sthg. I will defer the reviews to@GTrunSec then who is knowledgeable about jupyenv I've added a "jupyter" label to help with the effort, someone knowledgeable could autolabel PRs via https://github.com/NixOS/nixpkgs/blob/master/.github/labeler.yml. There is also a jupyter team here nixpkgs/maintainers/team-list.nix Line 439 in 8f6ee3a
|
Describe the bug
I've had issues with jupyenv (infinite recursion, solved by tweag/jupyenv#524) and while trying to solve it thought I would use the nixpkgs infra added in #247428
Steps To Reproduce
nix run .#jupyter-all
Expected behavior
Be able to use jupyter with the specified kernels.
Screenshots
As jupyter appears in firefox :/
Additional context
It looks like we have a good basis in nixpkgs to build a local jupyenv.
I am working on ihaskell improvements and I am not sure how to best test those but if I could do with native nixpkgs, that would be better than relying on jupyenv (maintained by the external organization Tweag).
Notify maintainers
@thomasjm
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.nixos-unstable 0cbe9f69c234a7700596e943bfae7ef27a31b735
The text was updated successfully, but these errors were encountered: