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:
! pip install -i tvb-widgets
from tvbwidgets.api import TimeseriesWidget
from IPython.core.display_functions import display
tw = TimeseriesWidget(...)
display(tw.get_widget())