We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7405ee + 5c864b2 commit f1df254Copy full SHA for f1df254
jupyter_server/extension/application.py
@@ -206,13 +206,8 @@ def static_url_prefix(self):
206
help=_("""Handlers appended to the server.""")
207
).tag(config=True)
208
209
- open_browser = Bool(True,
210
- help=_("""Whether to open in a browser after starting.
211
- The specific browser used is platform dependent and
212
- determined by the python standard library `webbrowser`
213
- module, unless it is overridden using the --browser
214
- (ServerApp.browser) configuration option.
215
- """)).tag(config=True)
+ # Whether to open in a browser after starting.
+ open_browser = True
216
217
def _config_file_name_default(self):
218
"""The default config file name."""
0 commit comments