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
Application notebook launch may have produced errors.
Traceback
[I 02:25:21.039 NotebookApp] Serving notebooks from local directory: F:/
[I 02:25:21.039 NotebookApp] 0 active kernels
[I 02:25:21.039 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=49bd2ce234cdf524c007c58ca0f224a40742faff9bb111c3
[I 02:25:21.039 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 02:25:21.040 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8888/?token=49bd2ce234cdf524c007c58ca0f224a40742faff9bb111c3
[I 02:25:22.403 NotebookApp] Accepting one-time-token-authenticated connection from ::1
[I 02:25:22.404 NotebookApp] Refusing to serve hidden directory, via 404 Error
[W 02:25:22.429 NotebookApp] 404 GET /tree?token=f51cf2c93f63fb55676f764c61ad929ec29262e2836288d8 (::1) 26.03ms referer=None
I know this is closed, but this doesn't resolve the issue. The problem occurs when jupyter_notebook_config.py is modified. When line 202 is given a value other than the default and uncommented, notebook fails to resolve. You are left with 404 errors. When the line is re-commented, the notebook will happily run, but only in the default directory.
I solved the issue. The default directory is apparently not allowed to be set to a base drive, it must be a folder within the drive. As such, "F:/" does not resolve, but "F:/Folder/" does work correctly.
Main error
Application notebook launch may have produced errors.
Traceback
System information
The text was updated successfully, but these errors were encountered: