nb_cli.handlers.adapter
def create_adapter(adapter_name, output_dir=".", template=None)
-
参数
-
adapter_name(str) -
output_dir(str) -
template(str | None)
-
-
返回
- untyped
async def list_adapters(query=None, include_unpublished=False)
-
参数
-
query(str | None) -
include_unpublished(bool)
-
-
返回
- list[Adapter]
async def list_installed_adapters(*, cwd=None)
-
参数
cwd(Path | None)
-
返回
- list[Adapter]