open_browser=False doesn't work anymore
See original GitHub issueUp until the new version 3 c.LabApp.open_browser = False
used to work when starting jupyter-lab
. The setting is now c.ServerApp.open_browser
and it defaults to False
but a browser window is opened every time I start jupyter-lab
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Open Browser Error 2019.10.0 Beta484 - Help
The open browser activity doesn't work anymore. Ill post a screenshot bellow. The error message says: “Open Browser: Cannot communicate with ...
Read more >Can Selenium WebDriver open browser windows silently in ...
If you are using Selenium web driver with Python, you can use PyVirtualDisplay, a Python wrapper for Xvfb and Xephyr.
Read more >App is not loading when running remotely - Streamlit Docs
Symptom #1: The app never loads ... If that still doesn't solve the problem, try running a simple HTTP server instead of Streamlit,...
Read more >What to do when things go wrong - The Jupyter Notebook
Jupyter doesn't load or doesn't work in the browser · Try in another browser (e.g. if you normally use Firefox, try...
Read more >bash - Open browser in host system from Windows Subsystem ...
You still have to set export BROWSER=wslview in .bashrc or .profile or similar. You can on Ubuntu start the default browser with wslview...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m encountering this issue now. I’m not able to start jupyter lab in a headless environment despite having
open_browser=False
in my config files:Note that I have the properties duplicated over
c.NotebookApp
andc.ServerApp
because this config file is being used for different jupyter versions, but I don’t think that should matter.Any ideas?
Things should be better now by upgrading jupyter_server, i.e.
pip install -U jupyter_server
.You’ll temporarily get a warning that looks like:
until nbclassic handles this trait.