Skip to content

Commit 42a8c35

Browse files
authored
Merge pull request #269 from datalayer-contrib/open_browser
Remove open_browser attribute from extensionapp
2 parents d55aeb3 + 85d85cc commit 42a8c35

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jupyter_server/extension/application.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ def static_url_prefix(self):
203203
help=_("""Handlers appended to the server.""")
204204
).tag(config=True)
205205

206-
# Whether to open in a browser after starting.
207-
open_browser = True
208-
209206
def _config_file_name_default(self):
210207
"""The default config file name."""
211208
if not self.name:

0 commit comments

Comments
 (0)