Hacker News new | ask | show | jobs
by breatheoften 3220 days ago
Quokka adds a nice repl like experience for JavaScript/typescript to various editors. I'm a fan of their products!

Hydrogen is quite nice for python repl development in atom. Hydrogen connected to a remote kernel plus a script to synchronize files to a remote server replaces writing code in Jupyter notebooks for me (I just can't enjoy editing code in a browser ...)

1 comments

Hydrogen seems nice, I also occasionally get tired of the default jupyter notebook interface and use Emacs[1] to edit my notebooks, this way I can have all the niceties of jupyter notebooks without working in the browser :D

[1] -- (https://github.com/millejoh/emacs-ipython-notebook/blob/mast...)