Skip to content

Commit

Permalink
Move open_browser to ProcessApp class (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout authored Jan 9, 2021
1 parent 1f3113d commit f35feff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jupyterlab_server/process_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ class ProcessApp(ExtensionAppJinjaMixin, LabConfig, ExtensionApp):

load_other_extensions = True

# Do not open a browser by default for server apps
serverapp_config = {
"open_browser": False
}
# Do not open a browser for process apps
open_browser = False

def get_command(self):
"""Get the command and kwargs to run with `Process`.
Expand Down

0 comments on commit f35feff

Please sign in to comment.