Dnotebook allows you to create and share pages that contain live code, text and visualizations in a textbook-like manner.
We are redesigning Dnotebook to feel more native. Track progress in this epic issue, project board.
Clone the repo
git clone https://github.com/javascriptdata/dnotebook.git
cd dnotebook
git checkout ref/typescript
Install packages with yarn
. yarn
is our preferred package manager
yarn install
yarn dev
http://localhost:3000/
Development discussions take place on our issues tab.
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.