@d.ian.b see our plans here: https://scicloj.github.io/pages/web_meetings/
and the hackathon is here: https://scicloj.github.io/posts/2020-03-18-covid-19-hackathons-announcement/
Clojisr 1.0.0-BETA9 brings some major breaking changes, with a new set of rules for R code generation, designed by @tsulej. This dedicated tutorial explains it in detail: https://scicloj.github.io/clojisr/resources/public/clojisr/v1/codegen-test/index.html Mode details at the relevant Zulip streams: https://clojurians.zulipchat.com/#narrow/stream/204621-r-interop https://clojurians.zulipchat.com/#narrow/stream/224816-clojisr-dev
Hi all. A bit of a broad question, but what set of tools would allow me to write Notebooks with interactive plots, similar to Mathematica (https://reference.wolfram.com/language/ref/Manipulate.html) in Clojure?
Not very much into the scene
@dmarjenburgh https://pink-gorilla.github.io/ or https://github.com/clojupyter/clojupyter
Nice, it seems interactive widgets are not supported yet though.
@dmarjenburgh [Saite](https://github.com/jsa-aerial/saite) - use the uberjar variant to get the standalone application. This has rather more capability than your typical notebook. Interactive widgets are available via Vega transforms and signals and/or through external components (for example, re-com components).