Sidecar widgets - work only with Jupyter Lab

Sidecar(...)

Arguments

...

Arguments passed to the inializer

Functions

  • Sidecar(): A constructor for sidebar widgets

Public fields

_model_name

Name of the Javascript model in the frontend

_model_module

Name of the Javascript frontend module

_model_module_version

Version of the Javascript frontend module

_view_name

Name of the Javascript view in the frontend

_view_module

Name of the Javascript frontend view module

_view_module_version

Version of the the Javascript view module

title

A unicode string, the title of the widget.

anchor

A string that specifies where the widget s to appear: one of "split-right", "split-left", "split-top", "split-bottom", "tab-before", "tab-after", or "right".