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.

Create

  • nodebook new my-work --open
  • Creates my-work/graph.py and opens it.

Automate

  • nodebook validate my-work
  • nodebook run my-work --json

Try

  • nodebook example sample-work
  • nodebook doctor