nb_cli.handlers.plugin

def plugin_no_subcommand(add_back=False)

  • ๅ‚ๆ•ฐ

    • add_back (bool)
  • ่ฟ”ๅ›ž

    • bool

def create_plugin(name=None, plugin_dir=None, template=None)

  • ๅ‚ๆ•ฐ

    • name (str | None)

    • plugin_dir (str | None)

    • template (str | None)

  • ่ฟ”ๅ›ž

    • bool

def search_plugin(package=None)

  • ๅ‚ๆ•ฐ

    • package (str | None)
  • ่ฟ”ๅ›ž

    • bool

def install_plugin(package=None, file='pyproject.toml', index=None)

  • ๅ‚ๆ•ฐ

    • package (str | None)

    • file (str)

    • index (str | None)

  • ่ฟ”ๅ›ž

    • bool

def update_plugin(package=None, index=None)

  • ๅ‚ๆ•ฐ

    • package (str | None)

    • index (str | None)

  • ่ฟ”ๅ›ž

    • bool

def uninstall_plugin(package=None, file='pyproject.toml')

  • ๅ‚ๆ•ฐ

    • package (str | None)

    • file (str)

  • ่ฟ”ๅ›ž

    • bool