You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,20 @@
5
5
6
6
-----------------
7
7
8
-
**Dnotebooks** is a Jupyter-like library for javaScript environment. It allows you to create and share pages that contain live code, text and visualizations in a textbook-like manner.
8
+
**Dnotebook** allows you to create and share pages that contain live code, text and visualizations in a textbook-like manner.
9
9
10
-
## What can it be used for?
11
-
Dnotebooks helps you to:
10
+
### It helps you to:
12
11
- Easily perform interactive data exploration and analysis using efficient JavaScript packages like Danfo.js.
13
12
- Easily build, train and prototype machine learning models using different tools like Tensorflow.js
14
13
- Learn JavaScript in an interactive/visual style. This can hasten learning and understanding.
15
14
- Plain Experimentation/Prototyping. Any experimentation performed in JavaScript can run on Dnotebooks.
16
15
17
16
18
-
## How to install
17
+
###How to install
19
18
Dnotebook is hosted on NPM, and can installed via package managers like npm and yarn
20
19
21
20
```sh
22
-
npm install dnotebook
21
+
npm install -g dnotebook
23
22
```
24
23
25
24
### Example usage
@@ -29,7 +28,7 @@ After installing dnotebook, you can start the server by running the command `dno
29
28

30
29
31
30
32
-
Download the notebook shown above [here](assets/test-notebook.json). To view and interact with the notebook without installing anything, go to [playnotebook.jsdata.org](https://playnotebook.jsdata.org/) and upload it.
31
+
You can download the notebook shown above [here](assets/test-notebook.json). To view and interact with the notebook without installing anything, go to [playnotebook.jsdata.org](https://playnotebook.jsdata.org/) and upload it.
33
32
34
33
#### [See the Official Getting Started Guide](https://dnotebook.jsdata.org/getting-started)
0 commit comments