Hacker News new | ask | show | jobs
by fulafel 2332 days ago
You can publish them on github or mybinder as persistent self documenting interactive repl sessions. Then others can see what the code did, the intermediate results, and can easily play with it.

(No "data science" here either, but into repl based instant feedback development & collaboratiove programming tools)

1 comments

Oh, very cool. Sounds like something I’d love to use. I always loved the Clojure REPL.
Fun fact: you can use Clojure with Jupyter: https://github.com/clojupyter/clojupyter

(Jupyter supports "kernels" and there are also more non-Python language kernels that you can use)

Notebooks also inline visualizations more naturally than the repl, which makes them really nice for the data analysis workflow.