https://github.com/javascriptdata/dnotebook-doc
Markdown of doc for dnotebook library
https://github.com/javascriptdata/dnotebook-doc
Last synced: 2 months ago
JSON representation
Markdown of doc for dnotebook library
- Host: GitHub
- URL: https://github.com/javascriptdata/dnotebook-doc
- Owner: javascriptdata
- Created: 2020-08-24T09:20:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T10:39:22.000Z (about 4 years ago)
- Last Synced: 2025-01-11T16:32:11.546Z (4 months ago)
- Size: 2.37 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dnotebook Documentation
Danfo Notebook \(Dnotebook\) is an open-source project, born out of the need to perform quick and interactive experimentation/prototyping with [Danfo.js](https://danfo.jsdata.org/). Dnotebook is similar to the popular [Jupyter Notebook](https://jupyter.org/) but is customized for the JavaScript environment. It is a part of our grand vision at [JSdata](https://github.com/opensource9ja) to bring more Data Science and Machine Learning tools to the JavaScript ecosystem.
## What can it be used for?
Dnotebook allows you to create and share pages that contain live code, text and visualizations in a textbook-like manner.
### **Data Science/Analysis**
Easily perform interactive data exploration and analysis using efficient JavaScript packages like Danfo.js.
### **Machine Learning**
Easily build, train and prototype machine learning models using different tools like Tensorflow.js
### **Learning JavaScript Interactively**
Learn/teach JavaScript in an interactive/visual style. This can hasten learning and understanding.
### **Plain Experimentation/Prototype**
Any experimentation performed in JavaScript can run on Dnotebooks.
## Creators and Core Maintainers
Dnotebooks was created by [Rising Odegua](https://twitter.com/risingodegua) and [Stephen Oni](https://twitter.com/steveoni). It is actively maintained by them as well. If you're looking to contribute to making it better, you can raise issues here. Dnotebook is hosted on [GitHub](https://github.com/opensource9ja/notebookjs).