Changes for page Widget PhasePlane
Last modified by ldomide on 2023/03/08 17:28
From version 1.4
edited by teodoramisan
on 2023/01/03 12:26
on 2023/01/03 12:26
Change comment:
There is no comment for this version
To version 1.6
edited by teodoramisan
on 2023/01/03 12:52
on 2023/01/03 12:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -39,3 +39,25 @@ 39 39 40 40 * Model (Generic2dOscillator, Epileptor, Hopfield, etc.) 41 41 * Integrator (HeunDeterministic, HeunStochastic, Identity, etc.) 42 + 43 +== Requirements and installation == 44 + 45 +Before installing the tvb-widgets library containing the PhasePlane widget, the following python libraries and Jupyter extensions should be installed: 46 + 47 +* **Libraries:** 48 +** [[ipympl>>https://github.com/matplotlib/ipympl#installation]] 49 +* **Extensions:** 50 + 51 +(% class="box" %) 52 +((( 53 +jupyter labextension install @jupyter-widgets/jupyterlab-manager 54 + 55 +jupyter labextension install jupyter-matplotlib 56 +))) 57 + 58 +Then, to install the tvb-widgets library, just type: 59 + 60 +(% class="box" %) 61 +((( 62 +pip install tvb-widgets 63 +)))