runt command-line tool provides utilities for managing notebooks, kernels, and the background daemon.
Installation
The CLI is bundled with the nteract Desktop app. After installing nteract, therunt command is available in your PATH.
On macOS, the CLI is located at
/Applications/nteract.app/Contents/MacOS/runt. The installer automatically adds this to your PATH.Quick Start
Command Structure
The CLI is organized into subcommands:| Command | Description |
|---|---|
runt notebook | Open the notebook application |
runt console | Launch an interactive Jupyter console |
runt notebooks | List open notebooks with kernel info |
runt daemon | Daemon service management |
runt jupyter | Standalone kernel management |
runt shutdown | Shutdown a notebook’s kernel |
Global Options
Most commands support:--json— Output results in JSON format--help— Show help for the command
Usage Examples
Open a notebook
List open notebooks
Check daemon health
Exit Codes
Commands return standard exit codes:0— Success1— Error (daemon not running, kernel not found, etc.)
Next Steps
Notebook Command
Launch notebooks and manage the desktop app
Console Command
Interactive REPL for Jupyter kernels
Daemon Commands
Service management and troubleshooting
Kernel Management
Standalone kernel lifecycle commands