.
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.
.
REFERENCE: https://dnotebook.jsdata.org/getting-started
.
TRY RUNNING DNOTEBOOK ON STACKBLITZ
0) You should have a StackBlitz account first.
1) Create a node.js project
2) Enter the following package.json data:
::
::
3) Run (using terminal command)
>npm install
>dnotebook
4) Use dnotebook in the browser
5) Try uploading json data from https://pastebin.com/raw/K8gcmPb4
::
::
You should be getting the following output
No comments:
Post a Comment