Hacker News new | ask | show | jobs
Open-Source Notebook Tool for JavaScript (scribbler.live)
5 points by gopisuvanam 841 days ago
4 comments

Notebook for javascript experimentation (in the browser). Overview:

- Easy to use javascript experimentation tool. Runs without backend (node.js/npm/pip install/ngnix etc etc). Can be used online or offline. - Has a minimalistic UI to put focus on user generated code/content. It is light-weight as it uses minimal external libraries for styling. - Comes pre-loaded with Plotly, D3 and DI-Libs for power usage. Third-party libraries/modules can be easily loaded.

It just works out of the box! No need to install anything. A great tool to explore different libraries in javascript - explore and learn the nuances of every library.

I love the fact that it runs locally on your computer and you don't need cloud resources to try various aspects of programming!

It is also a great tool to get started and learn programming!

Superb tool! Really loved how I can experiment in javascript just like I can in Python. Game changer!
Great tool!!