notebook

NotebookPlot

Plot modifiers

NotebookPlot.add_annotation

Add an annotation to a figure in the layout.

NotebookPlot.add_figure

Add a figure to the layout.

NotebookPlot.add_overlay

Add an overlay to a figure in the layout.

NotebookPlot.modify_figures

Modify the attributes of a figure.

Show and export

NotebookPlot.export

Export the layout as as png or svg file.

NotebookPlot.show

Show the plot in a jupyter notebook.

Internal

NotebookPlot.copy

Create a copy of this instance.

NotebookPlot.make_doc

Make the document.

NotebookPlot.make_layout

Make the layout.

NotebookViewer

Plot modifiers

NotebookViewer.add_annotation

Add an annotation to a figure in the layout.

NotebookViewer.add_figure

Add a figure to the layout.

NotebookViewer.add_interaction

Add an interaction to the layout.

NotebookViewer.add_overlay

Add an overlay to a figure in the layout.

NotebookViewer.modify_figures

Modify the attributes of a figure.

Show and export

NotebookViewer.export

Export the layout as as png or svg file.

NotebookViewer.show

Show the app in a jupyter notebook.

Internal

NotebookViewer.copy

Create a copy of this instance.

NotebookViewer.make_doc

Make the document.

NotebookViewer.make_layout

Make the layout.

NotebookViewer.reset_handlers

Reset handlers.

NotebookViewer.update_handler

Update a single handler.

NotebookViewer.update_handlers

Update handlers.

NotebookViewer.update_inplace

Update this instance with the properties of another layout.

Callbacks

NotebookViewer.on_reset

Callback for reset event.

NotebookViewer.on_selected_points_change

Callback for selection event.

NotebookTimeseriesViewer

Plot modifiers

NotebookTimeseriesViewer.add_annotation

Add an annotation to a figure in the layout.

NotebookTimeseriesViewer.add_figure

Add a figure to the layout.

NotebookTimeseriesViewer.add_interaction

Add an interaction to the layout.

NotebookTimeseriesViewer.add_overlay

Add an overlay to a figure in the layout.

NotebookTimeseriesViewer.modify_figures

Modify the attributes of a figure.

Show and export

NotebookTimeseriesViewer.export

Export the layout as as png or svg file.

NotebookTimeseriesViewer.show

Show the app in a jupyter notebook.

Internal

NotebookTimeseriesViewer.copy

Create a copy of this instance.

NotebookTimeseriesViewer.make_doc

Make the document.

NotebookTimeseriesViewer.make_layout

Make the layout.

NotebookTimeseriesViewer.reset_handlers

Reset handlers.

NotebookTimeseriesViewer.update_handler

Update a single handler.

NotebookTimeseriesViewer.update_handlers

Update handlers.

NotebookTimeseriesViewer.update_inplace

Update this instance with the properties of another layout.

Callbacks

NotebookTimeseriesViewer.on_reset

Callback for reset event.

NotebookTimeseriesViewer.on_selected_points_change

Callback for selection event.

NotebookTimeseriesViewer.on_xrange_change

Callback for xrange change event.