Custom widget in IJulia / Interact.jl?

I’m just wondering if it is possible to define a custom widget in IJulia. In Python, this is possible with ipywidgets and, specifically, the widget cookiecutter template – see https://github.com/jupyter-widgets/widget-cookiecutter.

Has any tried to do this in Julia?

2 Likes

I’ve added a custom display widget for waveform display just by outputing HTML and javascript in the show method for MIME type text/html.