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."),
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."),
1647
+
)
1648
+
1649
+
allow_external_kernels=Bool(
1650
+
False,
1651
+
config=True,
1652
+
help=_i18n("Whether or not to allow external kernels, whose connection files are placed in external_connection_dir."),
1647
1653
)
1648
1654
1649
1655
root_dir=Unicode(config=True, help=_i18n("The directory to use for notebooks and kernels."))
0 commit comments