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 Connectivity

Last modified by paulapopa on 2025/06/24 14:15

From version 7.1
edited by paulapopa
on 2025/05/30 15:12
Change comment: There is no comment for this version
To version 8.1
edited by paulapopa
on 2025/06/24 11:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,11 +9,13 @@
9 9  
10 10  == Purpose ==
11 11  
12 -Jupyter lab widget for visualizing or do operations on a connectivity
12 +Jupyter lab widgets for visualizing or do operations on a connectivity
13 13  
14 14  
15 -=== Visualization: ===
15 +=== 1. ConnectivityWidget ===
16 16  
17 +==== Visualization: ====
18 +
17 17   - in 2D can visualize weights or tracts matrixes;
18 18  
19 19  [[image:conn2d.png||height="741" width="1700"]]
... ... @@ -26,7 +26,7 @@
26 26  
27 27  [[image:visible.png||height="543" width="500"]]
28 28  
29 -=== Operations: ===
31 +==== Operations: ====
30 30  
31 31   - remove selected nodes from a connectivity, results in a new connectivity containing only the nodes that were not selected;
32 32  
... ... @@ -37,7 +37,7 @@
37 37   - remove selected edges,  results in a new connectivity with the same number of regions but without the edges of selected regions.
38 38  
39 39  
40 -=== Usage: ===
42 +==== Usage: ====
41 41  
42 42  After instantiating the widget it allows export of the currently selected connectivity:
43 43  
... ... @@ -59,4 +59,7 @@
59 59  new_connectivity
60 60  {{/code}}
61 61  
64 +
65 +=== 2. SpaceTimeVisualizerWidget ===
66 +
62 62  
Public

TVB Widgets