-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
jupyter notebook package is broken and service does not work #355046
Comments
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?
|
Thanks for the prompt response, the above nix-shell command works.
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 |
@natsukium any update on this? |
Same issue here. Also using the provided service Edit: @JohnRTitor I have been able to get it running with the following config:
|
Going to leave my other findings here. In order to use the password set the command to
Password can be generated with
|
I have created #367106 It fixes existing problems faced in this issue and adds extra configuration options |
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 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: