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.pyand opens it.
Automate
nodebook validate my-worknodebook run my-work --json
Try
nodebook example sample-worknodebook doctor