On 16 October 2016 at 08:27, Cat _ <[email protected]> wrote: > The problem is that once I call the show command in the jupyter notebook I > can't do live updates to the widget as the notebook input is locked out:
IPython has some functionality to integrate with GUI event loops, so that both the GUI and your input can continue to be processed. You'll need the '%gui qt' magic, and a bit of integration as shown here: https://github.com/ipython/ipython/blob/master/examples/IPython%20Kernel/gui/gui-qt.py -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qjV8Xhp3HZTxesfEcpUF-yhZsYSTyxYkDi1MDSHZAx9jw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
