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
{{ message }}
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
Before upgrading Jupyter lab this would produce the following terminal output and the browser would open correctly.
The new jupyter set up would produce the following on running jupyter lab:
Which would open the following in a Google Chrome window:
Now obviously this is due to the fact that the WSL file system is not easily accessible by the Windows operating system so the: /home/raul_surface/.local/share/jupyter/runtime/nbserver-324-open.html file can't be opened
Problem/Question
The issue seems to be this new method of opening/accessing the Jupyter window
To access the notebook, open this file in a browser:
file:///home/raul_surface/.local/share/jupyter/runtime/nbserver-183-open.html
Which seems to be the default as opposed to using the URL
So how do I force Jupyter lab to try to open the URL by default.
Thank you in advance for your time,
Raul Flores
The text was updated successfully, but these errors were encountered:
I think this comes from a recent change in the Jupyter notebook package (not JupyterLab). See jupyter/notebook#4260 for discussion, including some discussion at the end on WSL.
raulf2012
changed the title
Jupyter lab won't open browser | Upgraded Jupyter lab from 0.34.9 -> 0.35.3 | WSL | "To access the notebook, open this file in a browser:"
Can't open Jupyter in browser after merge #4260 | WSL on Windows | "redirect file" method
Jan 14, 2019
^ This has potentially cripples 50% of my students' build environments because they are WSL users. For those that got an Xserver working properly, firefox/chrome (from within Linux) can spawn from file.
However, for those that cannot get Xserver working and set the BROWSER variable to a Windows firefox.exe/chrome.exe this completely breaks their build.
The workaround right now is to downgrade notebook to version 5.7.0
Hello,
I run Jupyter lab from within WSL in Windows 10. I've had a working setup that opened a chrome browser when I run the jupyter lab command.
Below is the contents of my
jupyter_notebook_config.py
filejupyter_notebook_config.py
:conda list
output:Old/Working Jupyter Package Info:
New/Broken Jupyter Package Info:
Before upgrading Jupyter lab this would produce the following terminal output and the browser would open correctly.
The new jupyter set up would produce the following on running
jupyter lab
:Which would open the following in a Google Chrome window:
Now obviously this is due to the fact that the WSL file system is not easily accessible by the Windows operating system so the:
/home/raul_surface/.local/share/jupyter/runtime/nbserver-324-open.html
file can't be openedProblem/Question
The issue seems to be this new method of opening/accessing the Jupyter window
Which seems to be the default as opposed to using the URL
So how do I force Jupyter lab to try to open the URL by default.
Thank you in advance for your time,
Raul Flores
The text was updated successfully, but these errors were encountered: