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.4
edited by teodoramisan
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
Change comment: There is no comment for this version

Summary

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 +)))
Public

TVB Widgets