-
Notifications
You must be signed in to change notification settings - Fork 5.2k
How to change jupyter lab's open.html file location on Windows 10 #5996
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
Comments
I have the same issue, but i solved it by reinstalling python from python.org |
@meeseeksdev migrate to jupyter-server/jupyter_server |
Done as jupyter-server/jupyter_server#435. |
florianbussmann
added a commit
to florianbussmann/notebook
that referenced
this issue
Apr 5, 2021
florianbussmann
added a commit
to florianbussmann/jupyter_core
that referenced
this issue
Apr 5, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
When I start my jupyter lab server in the Powershell with the
jupyter-lab
command, the following output displaysand the browser opens the jpserver-22204-open.html.
The thing is that this file is not located in the described path but rather in
C:\Users\<my username>\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\Roaming\jupyter\runtime
Of course the browser displays a nice ERR_FILE_NOT_FOUND since that file does not exist.
I installed Python 3.9 via the Microsoft Store and Jupyter Lab via pip.
Seems like Jupyter thinks it is installed in another directory. How to change the default file location or even better, directly make the browser to open on localhost:8888and not the open.html file?
I tried setting the
c.NotebookApp.use_redirect_file
variable to False in the jupyter-notebook-config.py but it did not change anything.Thanks.
The text was updated successfully, but these errors were encountered: