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 SurfaceWidgetfrom IPython.core.display_functions import displayw3d = SurfaceWidget(...)display(w3d)