Toggle navigation
Log-in
Collabs
Documentation
Support
Community
Log-in
Community
Chat
Support
Documentation
Collabs
Toggle the parent tree of Widget TimeSeries.
Collabs
Toggle the hierarchy tree under Collabs.
TVB Widgets
Toggle the hierarchy tree under TVB Widgets.
Widget TimeSeries
Toggle the hierarchy tree under Widget TimeSeries.
Wiki source code of
Widget TimeSeries
Version
1.1
by
ldomide
on 2022/03/23 15:51
Show last authors
author
version
line-number
content
1
! pip install -i tvb-widgets
2
3
from tvbwidgets.api import TimeseriesWidget
4
5
from IPython.core.display_functions import display
6
7
tw = TimeseriesWidget(...)
8
9
{{{display(tw.get_widget())}}}
10
11
{{{
12
}}}
13
14
Public
TVB Widgets