Choose the export format from the list below:
Filter
Export as Portable Document Format (PDF) using the Web Browser
Export as HyperText Markup Language (HTML)
Select the pages to export:
TODO! pip install -i tvb-widgetsfrom tvbwidgets.api import TimeseriesWidgetfrom IPython.core.display_functions import displaytw = TimeseriesWidget(...)display(tw.get_widget())