You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
),
1647
1649
)
1648
1650
1649
1651
allow_external_kernels=Bool(
1650
1652
False,
1651
1653
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
+
),
1653
1657
)
1654
1658
1655
1659
root_dir=Unicode(config=True, help=_i18n("The directory to use for notebooks and kernels."))
0 commit comments