I heard of Jupyter last night and was using it with Python last night. Looks like a great notebook for coding, something I have been searching for, but I'm unsure if I can use JavaScript with it? It looks like there are npm packages, but I would assume that would then stop me from saving it all in the cloud and having access across multiple machines..?
Just heard of Jupyter - is it possible to use Javascript and keep it in the cloud?
10.8k views Asked by grpcMe At
2
There are 2 answers
0
On
IJavascript is an npm package that implements a Javascript kernel for the Jupyter notebook (formerly known as IPython notebook). A Jupyter notebook combines the creation of rich-text documents (including equations, graphs and videos) with the execution of code in a number of programming languages (including Javascript). You may find usage instructions and examples at https://github.com/n-riesco/ijavascript.
I am new to both worlds and tools like Jupyter and Google Colab come handy. If you are looking for a similar tool which provides rich and powerful interface in the JS world, ObservableHQ is something you can consider. They provide great UX or I'd rather say DX as in Developer Experience.
They have good documentation, tutorials, and a forum as well. I have recently started playing around too.