Changes for page Widget TimeSeries
Last modified by ldomide on 2023/05/23 14:34
From version 5.1
edited by rominabaila
on 2022/04/12 09:11
on 2022/04/12 09:11
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. rominabaila1 +XWiki.ldomide - Content
-
... ... @@ -1,8 +1,14 @@ 1 - ==Purpose==1 +! pip install -i tvb-widgets 2 2 3 - It is a Jupyter widgetintended for the visualizationof brain signals representedas time.3 +from tvbwidgets.api import TimeseriesWidget 4 4 5 +from IPython.core.display_functions import display 5 5 6 - == Inputs==7 +tw = TimeseriesWidget(...) 7 7 8 -The inputs 9 +{{{display(tw.get_widget())}}} 10 + 11 +{{{ 12 + }}} 13 + 14 +