CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
adasegroup

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: adasegroup/NEUROML2022
Path: blob/main/seminar4/hello/graph1.json
Views: 63
1
{
2
"groups": [
3
{
4
"name": "Group_00001",
5
"procs": [
6
0,
7
1
8
],
9
"total": 2
10
}
11
],
12
"links": [
13
{
14
"source": 0,
15
"target": 1,
16
"value": 1
17
}
18
],
19
"maxN": 2,
20
"nodes": [
21
{
22
"group": 1,
23
"name": "0_a_x_b",
24
"report": "/tmp/tmpaqt5jg59/a_x_b/_report/report.rst",
25
"result": "/tmp/tmpaqt5jg59/a_x_b/result_a_x_b.pklz"
26
},
27
{
28
"group": 1,
29
"name": "1_a_plus_b",
30
"report": "/tmp/tmpp2g6waok/hello/a_plus_b/_report/report.rst",
31
"result": "/tmp/tmpp2g6waok/hello/a_plus_b/result_a_plus_b.pklz"
32
}
33
]
34
}
35