-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjupyterlab-workspace.json
94 lines (94 loc) · 2.19 KB
/
jupyterlab-workspace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"data": {
"file-browser-filebrowser:cwd": {
"path": ""
},
"dask-dashboard-launcher:individual-progress": {
"data": {
"route": "individual-progress",
"label": "Progress"
}
},
"dask-dashboard-launcher:individual-task-stream": {
"data": {
"route": "individual-task-stream",
"label": "Task Stream"
}
},
"layout-restorer:data": {
"main": {
"dock": {
"type": "split-area",
"orientation": "horizontal",
"sizes": [
0.5,
0.5
],
"children": [
{
"type": "tab-area",
"currentIndex": 0,
"widgets": [
"notebook:SUMMA_Simulation.ipynb"
]
},
{
"type": "split-area",
"orientation": "vertical",
"sizes": [
0.5,
0.5
],
"children": [
{
"type": "tab-area",
"currentIndex": 0,
"widgets": [
"dask-dashboard-launcher:individual-task-stream"
]
},
{
"type": "tab-area",
"currentIndex": 0,
"widgets": [
"dask-dashboard-launcher:individual-progress"
]
}
]
}
]
},
"mode": "multiple-document",
"current": "notebook:SUMMA_Simulation.ipynb"
},
"left": {
"collapsed": false,
"current": "filebrowser",
"widgets": [
"filebrowser",
"running-sessions",
"dask-dashboard-launcher",
"command-palette",
"tab-manager"
]
},
"right": {
"collapsed": true,
"widgets": []
}
},
"dask-dashboard-launcher": {
"url": "DASK_DASHBOARD_URL",
"cluster": ""
},
"notebook:SUMMA_Simulation.ipynb": {
"data": {
"path": "SUMMA_Simulation.ipynb",
"factory": "Notebook"
}
}
},
"metadata": {
"id": "/lab"
}
}