Local standalone version of the joyplot notebook by Mike Bostock. See also Standalone App Notebook.
Basic usage:
-
first install
cd joyplot npm run setup
-
run locally
npm run serve
-
deploy on now.sh (see https://joyplot-65flet8xb.now.sh/):
npm run deploy
Advanced usage:
-
update the notebook:
npm run notebook
-
update the data:
npm run data
-
remove the temporary files:
npm run clean