We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c69e80 commit 0f8ee04Copy full SHA for 0f8ee04
jupyterlab_server/config.py
@@ -247,6 +247,9 @@ class LabConfig(HasTraits):
247
cache_files = Bool(True,
248
help=('Whether to cache files on the server. '
249
'This should be `True` except in dev mode.')).tag(config=True)
250
+
251
+ notebook_starts_kernel = Bool(True,
252
+ help='Whether a notebook can start a kernel automatically.').tag(config=True)
253
254
@default('template_dir')
255
def _default_template_dir(self):
0 commit comments