data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
2020-03-21T00:22:16.060400Z

@d.ian.b see our plans here: https://scicloj.github.io/pages/web_meetings/

2020-03-21T00:24:51.060600Z

and the hackathon is here: https://scicloj.github.io/posts/2020-03-18-covid-19-hackathons-announcement/

2020-03-21T00:27:26.062400Z

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

2020-03-21T07:40:04.064200Z

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?

2020-03-21T07:40:09.064500Z

Not very much into the scene

2020-03-21T09:16:38.065800Z

Nice, it seems interactive widgets are not supported yet though.

jsa-aerial 2020-03-21T18:15:23.069300Z

@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).