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
Copy file name to clipboardExpand all lines: docs/configuration/cell-level.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Cell level options gives users the flexibility to modify the behavior of each ex
39
39
| mimetype | If set skips auto-detection and uses specific media (MIME) type |[empty]|
40
40
| name | Cell’s canonical name useful for referencing the cell via CLI |[auto-generated]|
41
41
| ignore | Ingore code block from CLI and notebook transformation into a runnable cell | false |
42
-
| transform | Transform code block from CLI and notebook transformation into a runnable cell (inverse of ignore; most relevant for `mermaid`)| true |
42
+
| transform | Transform code block into a runnable cell (notebook) and include as task in CLI (inverse of ignore; most relevant for `mermaid`) | true |
43
43
| terminalRows | Number of rows to display in the notebook terminal |[auto-set]|
44
44
| promptEnv | Prompt user to set exported environment vars | auto |
45
45
| skipPrompts | Bypasses interactive [prompts](/configuration/cell-level) that require inputting environment vars or authentication confirmations. | false |
0 commit comments