Hacker News new | ask | show | jobs
by isaiahg 3045 days ago
But what are jupyter notebooks? Had to Google it to find out. Still not sure what it does.
1 comments

This isn't meant to be snarky, but maybe this post just isn't for you, in the same way that posts about Ruby on Rails simply aren't for me.

On the other hand, if you use Python, you should definitely check out Jupyter notebooks (formerly IPython notebooks, and now JupyterLab, I guess). They're useful when prototyping data pipelines, since the state of the interpreter is saved, letting you iterate on ideas and see the outputs quickly.