Attention: The Collaboratory IAM will down for up to 1 hour on Monday, the 7th of July 2025 starting from 5pm CEST (my timezone) for up to 1 hour. Any and all services, which require a user login with an EBRAINS account, will be un-available during that time


Changes for page Widget TimeSeries

Last modified by ldomide on 2023/05/23 14:34

From version 18.1
edited by ldomide
on 2022/04/13 10:08
Change comment: There is no comment for this version
To version 21.1
edited by ldomide
on 2022/05/10 10:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,7 @@
1 +**NOTE** - Not yet released, but testable here
2 +
3 +[[https:~~/~~/lab.ch.ebrains.eu/hub/user-redirect/lab/tree/shared/TVB%20Widgets/REPO/tvb-widgets/notebooks>>url:https://lab.ch.ebrains.eu/hub/user-redirect/lab/tree/shared/TVB%20Widgets/REPO/tvb-widgets/notebooks]]
4 +
1 1  == Purpose ==
2 2  
3 3  It is a Jupyter widget intended for the visualization of brain signals represented as time series.
... ... @@ -22,7 +22,8 @@
22 22  Before installing the tvb-widgets library containing the TimeSeries widget, the following python libraries and Jupyter extensions should be installed:
23 23  
24 24  * **Libraries:**
25 -** mne, [[ipympl>>https://github.com/matplotlib/ipympl#installation]]
29 +** [[mne>>https://mne.tools/0.24/install/index.html]] version 0.24
30 +** [[ipympl>>https://github.com/matplotlib/ipympl#installation]]
26 26  * (((
27 27  **Extensions:**
28 28  
... ... @@ -70,7 +70,7 @@
70 70  
71 71  (% class="box" %)
72 72  (((
73 -display(tsw.get_widget())
78 +display(tsw)
74 74  )))
75 75  
76 76  {{html}}
Public

TVB Widgets