All Projects → javascriptdata → dnotebook

javascriptdata / dnotebook

Licence: MIT License
Dnotebook is a Jupyter-like library for javaScript environment. It allows you to create and share pages that contain live code, text and visualizations.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to dnotebook

ipychart
The power of Chart.js with Python
Stars: ✭ 48 (-55.96%)
Mutual labels:  notebook, data-analysis
Quantitative Notebooks
Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy
Stars: ✭ 356 (+226.61%)
Mutual labels:  notebook, data-analysis
COVID-19-CaseStudy-and-Predictions
This repository is a case study, analysis and visualization of COVID-19 Pandemic spread along with prediction models.
Stars: ✭ 90 (-17.43%)
Mutual labels:  notebook, data-analysis
Spark R Notebooks
R on Apache Spark (SparkR) tutorials for Big Data analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 109 (+0%)
Mutual labels:  notebook, data-analysis
Cjworkbench
The data journalism platform with built in training
Stars: ✭ 244 (+123.85%)
Mutual labels:  notebook, data-analysis
Data Science Notebook
📖 每一个伟大的思想和行动都有一个微不足道的开始
Stars: ✭ 196 (+79.82%)
Mutual labels:  notebook, data-analysis
Spark Py Notebooks
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 1,338 (+1127.52%)
Mutual labels:  notebook, data-analysis
mercury
Mercury - data visualize and discovery with Javascript, such as apache zeppelin and jupyter
Stars: ✭ 29 (-73.39%)
Mutual labels:  notebook, data-analysis
python ml tutorial
A complete tutorial in python for Data Analysis and Machine Learning
Stars: ✭ 118 (+8.26%)
Mutual labels:  notebook, data-analysis
dmind
jupyter notebook 的思维导图插件
Stars: ✭ 21 (-80.73%)
Mutual labels:  notebook
PSelect
PowerShell DSL for aggregating data
Stars: ✭ 27 (-75.23%)
Mutual labels:  data-analysis
data-disasters
data-disasters.netlify.app/
Stars: ✭ 34 (-68.81%)
Mutual labels:  data-analysis
oceanpress
将 Markdown 文件转换为 HTML 生成静态站点的工具,专为思源笔记实现了许多特有渲染效果。
Stars: ✭ 61 (-44.04%)
Mutual labels:  notebook
Learn-Data-Science-in-3-months
Course Curriculum and Resources for Learning Data Science in 3 Months
Stars: ✭ 20 (-81.65%)
Mutual labels:  data-analysis
vertex-ai-samples
Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud
Stars: ✭ 270 (+147.71%)
Mutual labels:  notebook
MGT-python
Musical Gestures Toolbox for Python
Stars: ✭ 25 (-77.06%)
Mutual labels:  notebook
genie
Genie: A Fast and Robust Hierarchical Clustering Algorithm (this R package has now been superseded by genieclust)
Stars: ✭ 21 (-80.73%)
Mutual labels:  data-analysis
maslo-persona
Meet Maslo... an expressive empathetic avatar to add a personified computing layer to a project!
Stars: ✭ 20 (-81.65%)
Mutual labels:  interactive-visualizations
httpbook
Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
Stars: ✭ 18 (-83.49%)
Mutual labels:  notebook
yt-channels-DS-AI-ML-CS
A comprehensive list of 180+ YouTube Channels for Data Science, Data Engineering, Machine Learning, Deep learning, Computer Science, programming, software engineering, etc.
Stars: ✭ 1,038 (+852.29%)
Mutual labels:  data-analysis

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.

Tech stack

Developers

  • Clone the repo
git clone https://github.com/javascriptdata/dnotebook.git
cd dnotebook
git checkout ref/typescript
  • Install packages with yarn. yarn is our preferred package manager
yarn install
  • Run the app in dev mode
yarn dev
  • Open your browser and navigate to http://localhost:3000/

Discussion and Development

Development discussions take place on our issues tab.

Contributing to Dnotebook

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

Licence MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].