You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build python2.buildEnv.override { extraLibs = with python2.pkgs; [ notebook ]; }; (you'll need ignoreCollisions; maybe that's the problem but it doesn't seem so);
Run jupyter-notebook;
Try to create new notebook; see that there are no kernels available.
Technical details
Nixpkgs version: (run nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion) c05ac3e
Issue description
Ditto.
Steps to reproduce
python2.buildEnv.override { extraLibs = with python2.pkgs; [ notebook ]; }; (you'll needignoreCollisions; maybe that's the problem but it doesn't seem so);jupyter-notebook;Technical details
nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion) c05ac3e