Attention: The Keycloak upgrade has been completed. As this was a major upgrade, there may be some unexpected issues occurring. Please report any issues you find to support by using the contact form found at https://www.ebrains.eu/contact/. Thank you for your patience and understanding. 


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
Change comment: There is no comment for this version
To version 1.6
edited by teodoramisan
on 2023/01/03 12:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -30,5 +30,34 @@
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 +** ​​​​​​[[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 +)))
Public

TVB Widgets