Hacker News new | ask | show | jobs
by andykx 2332 days ago
Oh, very cool. Sounds like something I’d love to use. I always loved the Clojure REPL.
2 comments

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.