Changes for page Widget PhasePlane
Last modified by ldomide on 2023/03/08 17:28
From version 1.3
edited by teodoramisan
on 2023/01/03 12:04
on 2023/01/03 12:04
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
-
... ... @@ -30,5 +30,36 @@ 30 30 Which mode to show, if the Model has them. 31 31 ))) 32 32 33 -{{{Entering the coordinates in the X,Y Coordinate Boxes will generate a sample 34 -trajectory, originating from the coordinates entered.}}} 33 +Entering the coordinates in the X,Y Coordinate Boxes will generate a sample 34 +trajectory, originating from the coordinates entered. 35 + 36 +== Inputs == 37 + 38 +Phase-Plane viewer will be represented in the beginning based on the parameters that it receives: 39 + 40 +* Model (Generic2dOscillator, Epileptor, Hopfield, etc.) 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 +)))