JavaScript and TypeSript notebooks.
npm install scratch-rcbookJavaScript and TypeSript notebooks.
This application allows you to create, run, and share Srcbooks. Srcbooks are JavaScript or TypeScript notebooks that use the node runtime and run locally on your machine. Srcbooks export to markdown using the .src.md extension. These files can easily be shared, versioned, and rendered in any environment that supports Markdown, like your editor or GitHub UI.
Srcbook is current distributed as a npm package. You can install it globally with the following command:
``bashInstall
npm install -g srcbook
$3
You can update Srcbook to the latest version with:
`bash
npm update -g
``