symmetryinvestments / jupyter-wire

Jupyter wire protocol implementation enabling D plugins to be jupyter kernels
Boost Software License 1.0
13 stars 4 forks source link

Add Jupyter GUI widgets #3

Open Laeeth opened 5 years ago

skoppe commented 5 years ago

See #20 for the prerequisites

skoppe commented 5 years ago

And this for the widgets https://github.com/skoppe/jupyter-wire/tree/widgets/example/widgets

I decided to implement the ipywidgets widget protocol. This means we can use the stock widgets. As well as any we make ourselves.

Laeeth commented 5 years ago

That's amazing. Very cool indeed and will be v valuable business wise.