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.5
edited by teodoramisan
on 2023/01/03 12:48
on 2023/01/03 12:48
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,27 @@ 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 + 49 + [[ipympl>>https://github.com/matplotlib/ipympl#installation]] 50 + 51 +* **Extensions:** 52 + 53 +(% class="box" %) 54 +((( 55 +jupyter labextension install @jupyter-widgets/jupyterlab-manager 56 + 57 +jupyter labextension install jupyter-matplotlib 58 +))) 59 + 60 +Then, to install the tvb-widgets library, just type: 61 + 62 +(% class="box" %) 63 +((( 64 +pip install tvb-widgets 65 +)))