javascriptdata
dnotebook
TypeScript

Dnotebook is a Jupyter-like library for javaScript environment. It allows you to create and share pages that contain live code, text and visualizations.

Last updated May 13, 2026
152
Stars
10
Forks
14
Issues
0
Stars/day
Attention Score
44
Language breakdown
TypeScript 82.6%
JavaScript 15.6%
CSS 1.8%
Files click to expand
README

DNOTEBOOK

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.

Features:

  • Easily perform interactive data exploration and analysis using efficient JavaScript packages like Danfo.js.
  • Easily build, train and prototype machine learning models using different tools like Tensorflow.js
  • Learn JavaScript in an interactive/visual style. This can hasten learning and understanding.
  • Plain Experimentation/Prototyping. Any experimentation performed in JavaScript can run on Dnotebooks.

Tech stack

Developers

  • 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
  • Run the app in dev mode
yarn dev
  • Open your browser and navigate to http://localhost:3000/

Discussion and Development

Development discussions take place on our issues tab.

Contributing to Dnotebook

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

Licence MIT

🔗 More in this category

© 2026 GitRepoTrend · javascriptdata/dnotebook · Updated daily from GitHub