Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.6 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.6 KB

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