Interactive JavaScript notebooks with clever graphing.
You can view a sample notebook here.

Issues and Pull Requests are both extremely welcome!
Kajero includes a couple of simple command-line tools for users who don't want to use the inline editor to create their notebooks.
npm install -g kajero, or clone this repository.
You can build the JS library by running npm install, followed by gulp. For a production build, NODE_ENV=production gulp.
You can generate new notebooks directly from Markdown files without using the web editor.
kajero html [file.md]Will output generated HTML of a new notebook. You can pipe it to a file like this:
kajero html [file.md] > output.html
kajero publish [file.md]Will publish your notebook as a gist, and return a unique URL to your new notebook. You don't need to build the JS library for these scripts to work.
Run the unit tests with npm test.
For coverage reporting, run with npm run test-cov. Note that the coverage percentages may not be exactly correct - this is because Istanbul runs over the compiled ES5 code, rather than the ES6 source.
$ claude mcp add kajero \
-- python -m otcore.mcp_server <graph>