-
Notifications
You must be signed in to change notification settings - Fork 310
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
How to change jupyter lab's open.html file location on Windows 10 #435
Comments
|
I was not able to apply the following label(s): component:Server |
FYI, @florianbussmann has done some more extensive investigative work into this issue in the JLab issue linked above: jupyterlab/jupyterlab#9250 (comment) |
Thanks @jasongrout and @florianbussmann. I agree this is a server issue. I'm just unsure at what scope to address something like this (as @florianbussmann mentions). My initial thought would be to start with only addressing the reported location for now rather than moving the If you both agree, I think PRs (preferably in Are there other areas (outside of browser open file) where this might also be an issue? I'm still not quite following when (or what type of) access to the "logical value" triggers no-such-file. |
I just noticed @florianbussmann's PR in jupyter_core from about 20 minutes ago. If we're fairly confident the "logical vs. physical" references won't be an issue, then I'd agree with that location. Let's see how that PR goes before doing anything here (or notebook). |
…ection (jupyter-server#435) * override the nudge method and disable busy check * add a soft nudge when a kernel fails to connecT * close socket after * update unit tests
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.
Originally opened as jupyter/notebook#5996 by @AntoineLu, migration requested by @Zsailer
The text was updated successfully, but these errors were encountered: