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)

  • 返回

    • Unknown

async def list_plugins(query=None)

  • 参数

    • query (str | None)
  • 返回