-
Notifications
You must be signed in to change notification settings - Fork 58
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
404 not found #45
Comments
Yes, I think it's got broken with Windows paths at some point - the backslashes need to be translated into forward slashes for the URL. |
I've just released 0.4.3 - can you update and try it again? |
Closer. I'm still getting the same 404 error. The URL is:
The server seems to be residing in the local directory of the notebook however. If I delete all the path information as follows, the notebook opens correctly: |
Is this with a server already running, or with nbopen needing to start a server? Can you also have a look at the output of: from notebook.notebookapp import list_running_servers
print(list(list_running_servers())) |
Both with a server running and without.
|
Jupyter is telling us that the notebook server is running in |
Strange. When I go to |
That's odd. If that happens with a server not started by nbopen, then I think it's a Jupyter bug - it appears to be incorrectly recording where the server is running. I don't know how that happens, though. |
Weird. I'll mess around and let you know if I figure anything out. Thanks for your help. |
I've installed nbopen, and when I double-click on a notebook, I get the following error:
The URL shows the path to the notebook
If I remove everything but http://localhost:8888 from the URL, I get a file tree, and I can click on the notebook to start it.
I'm running windows 7 enterprise, service pack 1,
Python 3.6.1 :: Anaconda custom (64-bit)
Any ideas what might be causing this? Thanks in advance.
The text was updated successfully, but these errors were encountered: