|
1 | | -# notebookjs |
2 | | -A Jupyter-like notebook for javaScript environment |
| 1 | + |
| 2 | +<div align="center"> |
| 3 | + <img src="dnotebook/src/public/images/dnotebook.png"><br> |
| 4 | +</div> |
| 5 | + |
| 6 | +----------------- |
| 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. |
| 9 | + |
| 10 | +## What can it be used for? |
| 11 | +Dnotebooks helps you to: |
| 12 | +- Easily perform interactive data exploration and analysis using efficient JavaScript packages like Danfo.js. |
| 13 | +- Easily build, train and prototype machine learning models using different tools like Tensorflow.js |
| 14 | +- Learn JavaScript in an interactive/visual style. This can hasten learning and understanding. |
| 15 | +- Plain Experimentation/Prototyping. Any experimentation performed in JavaScript can run on Dnotebooks. |
| 16 | + |
| 17 | + |
| 18 | +## How to install |
| 19 | +Dnotebook is hosted on NPM, and can installed via package managers like npm and yarn |
| 20 | + |
| 21 | +```sh |
| 22 | +npm install dnotebook |
| 23 | +``` |
| 24 | + |
| 25 | +### Example usage in the browser |
| 26 | +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. |
| 27 | + |
| 28 | +```sh |
| 29 | +dnotebook |
| 30 | +``` |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +#### [See the Official Getting Started Guide](https://dnotebook.jsdata.org/getting-started) |
| 36 | + |
| 37 | +<!-- ## Documentation |
| 38 | +The official documentation can be found [here](https://danfo.jsdata.org) --> |
| 39 | + |
| 40 | +## Discussion and Development |
| 41 | +Development discussions take place on our [issues](https://github.com/opensource9ja/dnotebook/issues) tab. |
| 42 | + |
| 43 | +## Contributing to Danfo |
| 44 | +All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. |
| 45 | + |
| 46 | +#### Licence [MIT](https://github.com/opensource9ja/danfojs/blob/master/LICENCE) |
| 47 | + |
| 48 | +#### Created by [Rising Odegua](https://github.com/risenW) and [Stephen Oni](https://github.com/steveoni) |
| 49 | + |
| 50 | +<a href="https://www.producthunt.com/posts/danfo-js?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-danfo-js" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=233871&theme=light" alt="Danfo.js - Open Source JavaScript library for manipulating data. | Product Hunt Embed" style="width: 250px; height: 54px;" width="250px" height="54px" /></a> |
0 commit comments