Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/cell-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Cell level options gives users the flexibility to modify the behavior of each ex
| mimetype | If set skips auto-detection and uses specific media (MIME) type | [empty] |
| name | Cell’s canonical name useful for referencing the cell via CLI | [auto-generated] |
| ignore | Ingore code block from CLI and notebook transformation into a runnable cell | false |
| transform | Transform code block from CLI and notebook transformation into a runnable cell (inverse of ignore; most relevant for `mermaid`) | true |
| transform | Transform code block into a runnable cell (notebook) and include as task in CLI (inverse of ignore; most relevant for `mermaid`) | true |
| terminalRows | Number of rows to display in the notebook terminal | [auto-set] |
| promptEnv | Prompt user to set exported environment vars | auto |
| skipPrompts | Bypasses interactive [prompts](/configuration/cell-level) that require inputting environment vars or authentication confirmations. | false |
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading