Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (32 loc) · 638 Bytes

File metadata and controls

47 lines (32 loc) · 638 Bytes

Standalone joyplot notebook

Local standalone version of the joyplot notebook by Mike Bostock. See also Standalone App Notebook.

Basic usage:

Advanced usage:

  • update the notebook:

    npm run notebook
    
  • update the data:

    npm run data
    
  • remove the temporary files:

    npm run clean