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 was 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.