Skip to content

Notebook basics

Core notebook workflows in Orion: running cells, inspecting variables, presentation mode, and keyboard shortcuts.

Run cells

ActionShortcut
Run selected cells and move downShift + Enter
Run selected cells, stay on cellCtrl + Enter (Windows/Linux) or Cmd + Enter (macOS)
Run all code above selectionAlt + A
Run selected cell and all belowAlt + B

Click the Run controls in the toolbar for run-all and stop actions when visible.

Edit cells

ActionShortcut
Enter edit mode on selected cellEnter
Leave edit modeEsc
Change to MarkdownM
Change to CodeY

Cell management

ActionShortcut
Add code cell aboveA
Add code cell belowB
Delete selected cellsD then D
Copy / cut / paste cellsC / X / V
Undo deleteZ
Move cell up or downAlt + Up / Alt + Down
Mention selected cell in chatI

Press H in command mode (cell selected, not editing) to open the full shortcuts dialog.

Variable inspector

Open the Variables panel in the left sidebar to list kernel variables. Orion shows readiness indicators so you know when inspector data is current.

Use @ in chat to mention a variable by name so the assistant sees live values and types.

Presentation mode

Settings → Appearance → Notebook includes Presentation mode (hide all cell inputs). Useful when walking through results without showing source code.

Workspace teams can set notebook.presentationHideAllCellInputs in .orion/settings.json. See Workspace settings.

Outputs

Orion renders Plotly, Vega, HTML, images, LaTeX, GeoJSON, PDF previews, streams, errors, and Orion UI outputs. When multiple MIME types exist, use the output presentation picker to switch representation.

Plotly rendering notes: Plotly version compatibility.

Views

Toggle Notebook view and App View from the toolbar. See App View and Export notebooks.


Last updated May 2026.

Apache-2.0 Licensed