Last modified by teodoramisan on 2026/02/13 10:11

From version 66.1
edited by teodoramisan
on 2026/02/12 11:25
Change comment: There is no comment for this version
To version 67.2
edited by teodoramisan
on 2026/02/12 11:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -61,7 +61,7 @@
61 61  
62 62  The components that are provided in this extensions are configurable, meaning you can set some parameters on almost every component. Some of the parameters are literals, while some parameters are results of other components.
63 63  
64 -Parameters marked with a star (*) are mandatory, the workflow will not run until all required parameters have values assigned.
64 +Parameters marked with a star () are mandatory, the workflow will not run until all required parameters have values assigned.
65 65  
66 66  In case of primitives you need to open the //General// tab from the components tray and drag the appropriate //literal//: float, int, string, dict, etc.
67 67  
... ... @@ -130,7 +130,7 @@
130 130  To use this functionality, drag any model from the **TVB_MODELS** (inside the components tray) into the workflow area. Then right click on the model and select the **Open Viewer** option:
131 131  
132 132  
133 -[[image:open-viewer-on-models.png||alt="image-20221116125354-2.png" data-xwiki-image-style-alignment="center" height="800" width="1130"]]
133 +[[image:open-viewer-on-models.png||alt="image-20221116125354-2.png" data-xwiki-image-style-alignment="center" height="593" width="1100"]]
134 134  
135 135  
136 136  A new Jupyter tab should open, which contains a read-only Jupyter notebook. After following the instructions provided there, you should be able to see the Phase Plane widget associated with this particular model.
... ... @@ -139,7 +139,7 @@
139 139  
140 140  After configuring the parameters with the desired values, go to the Exports tab of the widget and click on **Export model configuration**. Now all you have to do is to go back to the tab where your workflow is and you will see that the model will have values set for all the parameters that you modified in the Phase Plane widget (that is all the parameters there were assigned values different than the default ones).
141 141  
142 -[[image:export-model-configuration.png||alt="image-20221116130425-1.png" data-xwiki-image-style-alignment="center" height="900" width="1069"]]
142 +[[image:export-model-configuration.png||alt="image-20221116130425-1.png" data-xwiki-image-style-alignment="center" height="763" width="1000"]]
143 143  
144 144  
145 145  === 2. Visualize time series resulted from simulations ===
... ... @@ -146,15 +146,15 @@
146 146  
147 147  This functionality is available for the **StoreResultsToDrive** component. Right click on the **StoreResultsToDrive** and select the **Open Viewer** option:
148 148  
149 -[[image:open-viewer-button.png||alt="view.png"]]
149 +[[image:open-viewer-button.png||alt="view.png" height="591" width="1100"]]
150 150  
151 151  A new Jupyter tab should open, which contains a read-only Jupyter notebook. After running the cell, you should be able to see the **TimeSeriesBrowser **widget with the //**Collab**// and //**folder**// you have chosen for the **StoreResultsToDrive **component already loaded.
152 152  
153 -[[image:view2.png]]
153 +[[image:view2.png||height="576" width="1100"]]
154 154  
155 155  Next, you should choose which time series file to display and click the **View time series button**.
156 156  
157 -[[image:timeseries-plotly.png||alt="view3.png"]]
157 +[[image:timeseries-plotly.png||alt="view3.png" height="593" width="1100"]]
158 158  
159 159  == ==
160 160  
Public

TVB Widgets