Skip to content

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

License

Notifications You must be signed in to change notification settings

hirajanwin/dnotebook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Dnotebook allows you to create and share pages that contain live code, text and visualizations in a textbook-like manner.

It helps you to:

  • 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.

How to install

Dnotebook is hosted on NPM, and can installed via package managers like npm and yarn

npm install -g dnotebook

Example usage

After installing dnotebook, you can start the server by running the command dnotebook in the terminal. This opens a new notebook in your default browser.

You can download the notebook shown above here. To view and interact with the notebook without installing anything, go to playnotebook.jsdata.org.

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

Created by Rising Odegua and Stephen Oni

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.8%
  • HTML 18.3%
  • CSS 1.9%