Hacker News new | ask | show | jobs
by joshday 2118 days ago
I've been using Pluto for several weeks and I absolutely love it for quickly iterating on plots and making small UIs for interactively showing off results. It's altogether a much better experience than Jupyter for me.
1 comments

wonder if you have tried it on large datasets given ur background.

Does it work well with large-datasets given its reactive nature?

Everything is cached unless something upstream changes, so it should work just fine with big datasets. I've only been using relatively small datasets so far, though.