xrview.notebook.NotebookTimeseriesViewer.show

NotebookTimeseriesViewer.show(notebook_url=None, port=0, remake_layout=False, verbose=False)

Show the app in a jupyter notebook.

Parameters
notebook_urlstr, optional

The URL of the notebook. Will be determined automatically if not specified.

portint, default 0

The port over which the app will be served. Chosen randomly if set to 0.

remake_layoutbool, default False

If True, call make_layout even when the layout has already been created. Note that any changes made by modify_figures will be omitted.

verbosebool, default False

If True, create the document once again outside of show_app in order to show errors.