nb_cli.handlers.plugin
async def list_builtin_plugins(*, python_path=None)
-
参数
python_path(str | None)
-
返回
- list[str]
def create_plugin(plugin_name, output_dir=".", sub_plugin=False, template=None)
-
参数
-
plugin_name(str) -
output_dir(str) -
sub_plugin(bool) -
template(str | None)
-
-
返回
- untyped
async def list_plugins(query=None, include_unpublished=False)
-
参数
-
query(str | None) -
include_unpublished(bool)
-
-
返回
- list[Plugin]
async def list_installed_plugins(*, cwd=None)
-
参数
cwd(Path | None)
-
返回
- list[Plugin]