This is a Jupyter notebook extension for data scientists to better collaborate when creating computational narratives, such that new coming data scientists can better understand not only a computational narrative at its current state but also past discussions and decisions lead to it.
- Clone the extension repo
- Install npm packages
npm install
- Run the extensions by
npm run watch
; all the changes on the extension code will be hot-loaded - Run MongoDB on
mongodb://localhost:27017/test
- Clone the server repo
- Install npm packages in the server repo by
npm install
- Run the server on port 5555 by
npm run watch
; all the changes on the server code will be hot-loaded - Run
jupyter notebook