Why not using JupyterLite which doesn't require a backend? https://jupyter.org/try-jupyter/lab/index.html
Show HN: Scribbler - An open source notebook tool for JavaScript
11–13 of 13 posts
It runs python / sqlite / typescript in the browser https://jupyterlite.github.io/demo/lab/index.html
Re: Show HN: Scribbler - An open source notebook tool for JavaScript
#12Why not using JupyterLite which doesn't require a backend? https://jupyter.org/try-jupyter/lab/index.html
It runs python / sqlite / typescript in the browser https://jupyterlite.github.io/demo/lab/index.html
it seems to be running JS in webworker. which is good as it does not block the main thread, but then you cannot access some of the JS features like the DOMs and importing modules dynamically.
still I ♥ the fact that it can loaded from guthub pages without any backend!!
Re: Show HN: Scribbler - An open source notebook tool for JavaScript
#13It 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!
you can also host it yourself by downloading and putting behind a webserver.
that's it, npm/node/python etc. try and let me know any feedback.