Hello,<div><br></div><div>I'm working on an application with an in-process qt console, following the example at <a href="https://github.com/ipython/ipython/blob/master/examples/Embedding/inprocess_qtconsole.py">https://github.com/ipython/ipython/blob/master/examples/Embedding/inprocess_qtconsole.py</a> . I would also like to be able to use the `embed` function occassionally for troubleshooting other parts of the application that are unrelated to the in-process qt console. However, calling embed yields an error: "IPython.config.configurable.MultipleInstanceError: Multiple incompatible subclass instances of InteractiveShellEmbed are<span style="font-size:13.1999998092651px"> being created."  I can reproduce this with the inprocess example by adding a call to `embed()` just before the call to `</span>guisupport.start_event_loop_qt4(app)`. Any ideas how to make this work?</div><div><br></div><div>Thanks,<br>Darren</div>