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 5.1
edited by paulapopa
on 2025/05/30 15:09
Change comment: There is no comment for this version
To version 3.1
edited by davidbacter01
on 2023/09/19 10:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.paulapopa
1 +XWiki.davidbacter01
Content
... ... @@ -16,15 +16,13 @@
16 16  
17 17   - in 2D can visualize weights or tracts matrixes;
18 18  
19 -[[image:conn2d.png]]
19 +[[image:image-20230919110833-1.png]]
20 20  
21 21   - in 3D can visualize regions and their respective edges
22 22  
23 -==== [[image:conn3d.png]] ====
24 24  
25 -To show/hide the Connectivity centers/edges, access the controls available in the upper-right corner:
24 +==== [[image:image-20230919110853-2.png]] ====
26 26  
27 -[[image:visible.png]]
28 28  
29 29  === Operations: ===
30 30  
... ... @@ -45,6 +45,11 @@
45 45  from tvbwidgets.api import ConnectivityWidget
46 46  from tvb.datatypes.connectivity import Connectivity
47 47  
46 +import pyvista as pv
47 +
48 +
49 +pv.set_jupyter_backend('pythreejs')
50 +
48 48  conn = Connectivity.from_file() # defaults to connectivy_76.zip
49 49  conn.configure()
50 50  
conn2d.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.paulapopa
Size
... ... @@ -1,1 +1,0 @@
1 -212.2 KB
Content
conn3d.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.paulapopa
Size
... ... @@ -1,1 +1,0 @@
1 -422.4 KB
Content
visible.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.paulapopa
Size
... ... @@ -1,1 +1,0 @@
1 -260.2 KB
Content
Public

TVB Widgets