Nodebook Alpha

A local, Python-file-first notebook for graph-shaped data work. The alpha build is macOS-only and intended for early testers.

curl -fsSL https://nodebook.rodeo/install.sh | sh

Requires macOS and Python 3.10 or newer. To upgrade, run the same install command again.

Launch

  • nodebook path/to/analysis.py
  • Creates a starter file when the parent directory exists.

Automate

  • nodebook validate path/to/analysis.py
  • nodebook run path/to/analysis.py --json

Diagnose

  • nodebook doctor
  • nodebook reset-env