Fork me on GitHub
#data-science
<
2020-03-21
>
Daniel Slutsky00:03:26

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

dmarjenburgh07:03:04

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?

dmarjenburgh07:03:09

Not very much into the scene

dmarjenburgh09:03:38

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

jsa-aerial18:03:23

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