Open JohnRTitor opened 2 days ago
I would try to fix this myself but I have no idea about python packaging :(
Pinging @dotlambda @fabaff for their inputs as well.
Is this the case when enabled via nixos modules?
It works fine with nix-shell
on master branch in my environment, but do you get the same error?
nix-shell -p 'python3.withPackages (ps: with ps; [jupyter])' --run 'jupyter notebook'
Thanks for the prompt response, the above nix-shell command works.
Is this the case when enabled via nixos modules?
Yes. I am using the following as my starter setup. Will configure it more if this issue is fixed.
{pkgs, ...}:
{
services.jupyter.enable = true;
services.jupyter.password = "'sha1:1b961dc713fb:88483270a63e57d18d43cf337e629539de1436ba'"; # test
#services.jupyter.notebookDir = "Notebooks";
}
Left: Nix-shell Right: Service
Describe the bug
I believe Jupyter notebook package has some stuff missing due to a packaging oversight, this makes the package unusable.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Jupyter notebook works properly.
Screenshots
Additional context
Log from
systemctl status jupyter.service
:It also fails when launching from the terminal.
Notify maintainers
@GaetanLepage @natsukium @thomasjm
Metadata
Add a :+1: reaction to issues you find important.