<div class="gmail_quote">2011/8/17 Рустам Сафин <span dir="ltr"><<a href="mailto:rustiksnegovik@gmail.com">rustiksnegovik@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I use IPython in some application that working on some models. Each model is separate tab, so IPython terminal must have access to current tab's model (each terminal in own tab also). So, at initialization terminal must have link to current model.</blockquote>
</div><br>I think this is difficult with the current Qt console, because the actual Python interpreter is running in a separate process, so you'd need to keep synchronising the model with an object in the IPython kernel. I think there is a plan to create a single-process Qt console, but it's not happened yet.<br>
<br>Thanks,<br>Thomas<br>