Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

starboard-notebook

gzuidhof434MPL-2.00.15.7TypeScript support: included

Starboard Notebook

starboard, notebook, cell, literate

readme

starboard-notebook

Development

Run yarn run bootstrap and yarn run install in the root of the project first.

Then to develop with auto-reload use

yarn run start

Building

To build quickly (<10 seconds)

yarn run build:nominify

Or to do a proper build

yarn run build

And finally, to generate a build size visualization:

yarn run build:stats

Testing

yarn test
yarn run nbtest