You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special note for scope: if you want to "drag-to-select" a scope, you need to drag from outside into it. If you drag inside a scope, only inner nodes will be selected.
You can resize the width of a pod by dragging at its right edge. The height is
63
-
automatically adjusted based on content.
61
+

64
62
65
-
A scope can be resized in all directions on all edges.
63
+
Special note for scope: if you want to "drag-to-select" a scope, you need to drag from outside into it. If you drag inside a scope, only inner nodes will be selected.
66
64
67
65
### Deleting a pod
68
66
@@ -107,7 +105,9 @@ You can also use `shift-enter` keyboard shortcut to trigger the code execution.
107
105
108
106
Unlike Jupyter, you can safely close the page while the pod is running. The results will be continuely populated in the cloud.
@@ -197,7 +201,9 @@ button. The pod will be visually marked "public".
197
201
There's a edge icon in a pod's toolbar. Drag on it and drop onto another pod
198
202
will create an edge. This edge can be used to mark the execution order. For example, you can draw edges of a chain of pods and run the chain to simulate a Jupyter notebook.
@@ -211,6 +217,15 @@ The def-use edges are only visualized inside the scope to avoid cluttering the v
211
217
212
218
## Other
213
219
220
+
### Resizing a pod or scope
221
+
222
+
You can resize the width of a pod by dragging at its right edge. The height is
223
+
automatically adjusted based on content.
224
+
225
+
A scope can be resized in all directions on all edges.
226
+
227
+

228
+
214
229
### Rich text pod (markdown)
215
230
216
231
You can create a rich text pod by right clicking on the canvas and selecting
@@ -223,6 +238,9 @@ can write notes and documents in this editor.
223
238
224
239
Right click on the Canvas and select "Import", then choose your jupyter notebook file. The notebook will be imported into a scope and layout horizontally.
0 commit comments