Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Jan 30, 2025
1 parent 326d01d commit 34ddda5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lsst/rsp/startup/services/labrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,9 +785,8 @@ def _start(self) -> None:
"--WebPDFExporter.allow_chromium_download=True",
"--MappingKernelManager.default_kernel_name=lsst",
"--LabApp.check_for_updates_class=jupyterlab.NeverCheckForUpdate",
"--NotebookApp.base_url=nb",
"--NotebookApp.default_url=lab",
]

cmd.extend(self._set_timeout_variables())
self._logger.debug("Command to run:", command=cmd)
# Set environment variable to indicate we are inside JupyterLab
Expand Down

0 comments on commit 34ddda5

Please sign in to comment.