Skip to content

Commit 9b13028

Browse files
committed
Use extensionapp open_browser trait for serverapp config
1 parent 4f2d91d commit 9b13028

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
@@ -311,7 +311,7 @@ def initialize_server(cls, argv=[], load_other_extensions=True, **kwargs):
311311
config = Config({
312312
"ServerApp": {
313313
"jpserver_extensions": {cls.extension_name: True},
314-
"open_browser": True,
314+
"open_browser": cls.open_browser,
315315
"default_url": cls.extension_url
316316
}
317317
})

0 commit comments

Comments
 (0)