-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Cannot start jupyter notebook #4303
Comments
I confirm the problem. Offending code is here: https://github.com/jupyter/notebook/blob/master/notebook/notebookapp.py#L1749 Clearly it should be passing open_file, not fd to the open() call. |
Problem was introduced in notebook=5.7.3. Running with 5.7.2 works. |
Passing fd was intentional, but I hadn't realised that that was a new feature on Python 3. |
Use io.open in notebookapp.py to fix #4303
In the end the fix is at #4349 and should be part of |
When I try to start (any) jupyter notebook directly, I get the following error:
However, if I only start jupyter on some directory, I can open notebooks through browser just fine.
I installed jupyter through pip (not using anaconda).
jupyter version: 4.4.0
python version: 2.7.15
OS: Fedora 29
The text was updated successfully, but these errors were encountered: