JuliaPy / PyInteract.jl

Julia support for IPython-based interactive widgets
6 stars 1 forks source link

Frontend updates aren't registered in IPywidgets #2

Open twavv opened 5 years ago

twavv commented 5 years ago

Updates to widgets (e.g. dragging the slider) trigger the comm message to be sent, and it's being received by python (the Comm.handle_msg is being called) but IPywidgets doesn't seem to actually be registering the change.