[IPython-dev] 'Stateless' interact: a widget experiment

Chris Colbert sccolbert at gmail.com
Mon Jul 13 16:21:19 EDT 2015


On Mon, Jul 13, 2015 at 4:05 PM, Thomas Kluyver <takowl at gmail.com> wrote:

>
> Currently, there's no way to update widget state from code in the kernel.
> I'm not sure that this really makes sense, since there can be multiple
> clients with independent states, but it would probably be possible to
> broadcast an update message to the connected clients if we did want that.
>
>
As a simple straw man case, how would this handle updating a label whose
text is generated based on a computed model parameter when that model
parameter changes?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150713/884a5c80/attachment.html>


More information about the IPython-dev mailing list