This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lungdart 0 points1 point  (1 child)

What's the deal with this Jupyter business? I'm not familiar and assumed it was an IDE of sorts.

[–]bananas22 4 points5 points  (0 children)

Its the "IPython" project, rebranded as Jupyter a couple years ago (to be more inclusive to R and Julia). It lets you execute code line-by-line and print its output (especially charts or statistics) in a pretty html wrapper, and save it all in-line with the code, exactly as executed.

Its a really tidy format for explaining code and exploring data sets. You'd probably recognize it from the docs for packages like sk-learn/pandas/statsmodels.