Hacker News new | ask | show | jobs
by astrod 3292 days ago
I recently switched from vs code to atom, before that I was on webstorm.

Loving the hydrogen plugin to evaluate lines or js expressions inside the editor. https://atom.io/packages/hydrogen

1 comments

> This package lets you run your code directly in Atom using any Jupyter kernels you have installed.

FYI you can do the same with the jupyter VSCode extension [1]

[1] https://marketplace.visualstudio.com/items?itemName=donjayam...

PS: There are a few differences in the way they work, but I posted this to give pointers for people who may want such extensions in VSCode.

Thanks for bringing it to my attention.