Skip to content

Commit 6253c77

Browse files
committed
open_browser is True by default
1 parent 38947bb commit 6253c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/extension/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def static_url_prefix(self):
206206
help=_("""Handlers appended to the server.""")
207207
).tag(config=True)
208208

209-
open_browser = Bool(False,
209+
open_browser = Bool(True,
210210
help=_("""Whether to open in a browser after starting.
211211
The specific browser used is platform dependent and
212212
determined by the python standard library `webbrowser`

0 commit comments

Comments
 (0)