Skip to content

Commit 8d3093f

Browse files
committed
update ReadMe
1 parent e3916e0 commit 8d3093f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,20 @@
55

66
-----------------
77

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

10-
## What can it be used for?
11-
Dnotebooks helps you to:
10+
### It helps you to:
1211
- Easily perform interactive data exploration and analysis using efficient JavaScript packages like Danfo.js.
1312
- Easily build, train and prototype machine learning models using different tools like Tensorflow.js
1413
- Learn JavaScript in an interactive/visual style. This can hasten learning and understanding.
1514
- Plain Experimentation/Prototyping. Any experimentation performed in JavaScript can run on Dnotebooks.
1615

1716

18-
## How to install
17+
### How to install
1918
Dnotebook is hosted on NPM, and can installed via package managers like npm and yarn
2019

2120
```sh
22-
npm install dnotebook
21+
npm install -g dnotebook
2322
```
2423

2524
### Example usage
@@ -29,7 +28,7 @@ After installing dnotebook, you can start the server by running the command `dno
2928
![](assets/test-dnotes.gif)
3029

3130

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

3433
#### [See the Official Getting Started Guide](https://dnotebook.jsdata.org/getting-started)
3534

0 commit comments

Comments
 (0)