ANN: AutoInteract

This is my first registered package, some of you may find it useful. It’s an odd kind of thing I would only ever consider writing in Julia!

https://github.com/rafaqz/AutoInteract.jl

After too building a few large Jupyter interfaces I made this package to recursively build an interface for any type, with sensible defaults (for me at least). It also builds an interface for things that can be plotted in the type, like dataframe columns, arrays, axisarrays, etc.

You can then extracts signals, and apply them all back to your data, and plot all the plots, with very little fuss. There’s a demo notebook in the docs folder.

It uses Reactive, Interact and Jupyter notebooks, but could have support for more interface types added.

7 Likes