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 24.1
edited by ldomide
on 2022/05/24 10:40
Change comment: There is no comment for this version
To version 18.1
edited by ldomide
on 2022/04/13 10:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,10 +5,6 @@
1 -Source code: [[https:~~/~~/github.com/the-virtual-brain/tvb-widgets>>url:https://github.com/the-virtual-brain/tvb-widgets]]
2 -
3 -Immediate testing: [[https:~~/~~/lab.ch.ebrains.eu/hub/user-redirect/lab/tree/shared/TVB%20Widgets/REPO/tvb-widgets/notebooks/TimeSeriesTVB.ipynb>>https://lab.ch.ebrains.eu/hub/user-redirect/lab/tree/shared/TVB%20Widgets/REPO/tvb-widgets/notebooks/TimeSeriesTVB.ipynb]] or here: [[https:~~/~~/lab.ch.ebrains.eu/hub/user-redirect/lab/tree/shared/TVB%20Widgets/REPO/tvb-widgets/notebooks/TimeSeriesArray.ipynb>>https://lab.ch.ebrains.eu/hub/user-redirect/lab/tree/shared/TVB%20Widgets/REPO/tvb-widgets/notebooks/TimeSeriesArray.ipynb]]
4 -
5 5  == Purpose ==
6 6  
7 -It is a Jupyter Widget intended for the visualization of brain signals represented as time series.
3 +It is a Jupyter widget intended for the visualization of brain signals represented as time series.
8 8  
9 9  == Inputs ==
10 10  
... ... @@ -26,8 +26,7 @@
26 26  Before installing the tvb-widgets library containing the TimeSeries widget, the following python libraries and Jupyter extensions should be installed:
27 27  
28 28  * **Libraries:**
29 -** [[mne>>https://mne.tools/0.24/install/index.html]] version 0.24
30 -** [[ipympl>>https://github.com/matplotlib/ipympl#installation]]
25 +** mne, [[ipympl>>https://github.com/matplotlib/ipympl#installation]]
31 31  * (((
32 32  **Extensions:**
33 33  
... ... @@ -75,7 +75,7 @@
75 75  
76 76  (% class="box" %)
77 77  (((
78 -display(tsw)
73 +display(tsw.get_widget())
79 79  )))
80 80  
81 81  {{html}}
Public

TVB Widgets