I'm having an issue with how Jupyter attempts to open up in my browser. When running jupyter notebook
it attempts to open this file location in my default browser file:///home/david/.local/share/jupyter/runtime/nbserver-56-open.html
The issue is that because my browser works in a Windows environment the browser is trying to open a path that doesn't actually exist according to Windows. I would like to know if there exists a file that can change the address used in my browser, either the correct file location in my Windows environment or just have is use the URL http://localhost:8888
?
Thanks!
EDIT: Just to specify, Jupyter itself works fine, it just requires me type http://localhost:8888
manually into the URL bar of my browser. I'm just curious if there's a means to avoid manually entering the URL. It's hardly a problem but I'd still like the convenience of it opening when I type the command in terminal.