Skip to contents

Sidecar widgets - works only with Jupyter Lab

Usage

Sidecar(...)

Arguments

...

Arguments passed to the inializer

Details

Note that these widget need the sidecar extension for Jupyter Lab. See https://github.com/jupyter-widgets/jupyterlab-sidecar

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".