/usr/bin/google-chrome-stable and google-chrome-stable successfully launch chrome from the terminal.
I have also tried
jupyter lab --browser=google-chrome-stable
jupyter lab --browser google-chrome-stable
without success.
Jupyter used to open in a browser when I had Pale Moon installed on my system, but now that I have removed it, I cannot seem to get this working. google-chrome-stable is my default browser now.
The obvious workaround is to copy the localhost URL to a web browser but I am trying to avoid that.
Have you checked that the user as which Jupyter is started has execute permission on /usr/bin/google-chrome-stable?
Have you tried jupyter lab --generate-config instead of jupyter notebook --generate-config? I’m not too familiar with the config system, but the app name plays a role there.
Also check for environment variables that specify a browser.
It does. Otherwise I wouldn’t be able to execute google-chrome-stable or /usr/bin/google-chrome-stable to launch Google Chrome.
I don’t think it does. jupyter lab --generate-config wants to overwrite ~/.jupyter/jupyter_notebook_config.py with default config.
Even if it did, jupyter notebook also doesn’t start in the browser.
I’ve also installed anaconda on Manjaro i3 and got anaconda-navigator to run once after initial install, but nothing when I try to call it from dmenu.
I have a same problem, did anyone figure that out ?
It works from command line(jupyter-notebook), but only server starts, i have to copy the link and open it in Chrome. It doesnt open from navigator, if i check running processes, the server is running
[W 18:57:22.551 LabApp] Unrecognized alias: '--browers=google-chrome-stable %s', it will probably have no effect.
[W 18:57:23.060 LabApp] No web browser found: could not locate runnable browser.
or
[W 18:57:45.376 LabApp] Unrecognized alias: '--browers=/usr/bin/google-chrome-stable %s', it will probably have no effect.
[W 18:57:45.772 LabApp] No web browser found: could not locate runnable browser.
or
[W 18:58:05.499 LabApp] Unrecognized alias: '--browers=/usr/bin/google-chrome-stable --app=%s', it will probably have no effect.
[W 18:58:05.901 LabApp] No web browser found: could not locate runnable browser.
I had a typo (“browers” should be “browser”), I’ve deleted my old post and made a new one. I checked that this works in both OS X Catalina with zshell and Ubuntu 19.10 with bash
and it still doesn’t open any window (although I don’t get the error anymore)…
(brave is my alias for the brave browser, which in a bash shell works ~ opens a new window)