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 0f8ee04 commit 392862eCopy full SHA for 392862e
jupyterlab_server/config.py
@@ -249,7 +249,7 @@ class LabConfig(HasTraits):
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)
+ help='Whether a notebook should start a kernel automatically.').tag(config=True)
253
254
@default('template_dir')
255
def _default_template_dir(self):
0 commit comments