Skip to content

Commit 8e2f7b5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8fa6bd3 commit 8e2f7b5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

jupyter_server/serverapp.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,13 +1643,17 @@ def _update_notebook_dir(self, change):
16431643
None,
16441644
allow_none=True,
16451645
config=True,
1646-
help=_i18n("The directory to look at for external kernel connection files, if allow_external_kernels is True. Defaults to Jupyter runtime_dir/external_kernels."),
1646+
help=_i18n(
1647+
"The directory to look at for external kernel connection files, if allow_external_kernels is True. Defaults to Jupyter runtime_dir/external_kernels."
1648+
),
16471649
)
16481650

16491651
allow_external_kernels = Bool(
16501652
False,
16511653
config=True,
1652-
help=_i18n("Whether or not to allow external kernels, whose connection files are placed in external_connection_dir."),
1654+
help=_i18n(
1655+
"Whether or not to allow external kernels, whose connection files are placed in external_connection_dir."
1656+
),
16531657
)
16541658

16551659
root_dir = Unicode(config=True, help=_i18n("The directory to use for notebooks and kernels."))

0 commit comments

Comments
 (0)