Attention: The Keycloak upgrade has been completed. As this was a major upgrade, there may be some unexpected issues occurring. Please report any issues you find to support by using the contact form found at https://www.ebrains.eu/contact/. Thank you for your patience and understanding. 


Wiki source code of Widget TimeSeries

Version 1.1 by ldomide on 2022/03/23 15:51

Show last authors
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