Re: Multiline editing in a qtconsole-style app
Thomas Kluyver <[email protected]>
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <CAOvn4qiYYUmbRA0_j+oDMPVV2M71CGwOAqbe5-Y03iqSH3AfeA@mail.gmail.com> |
On 29 November 2015 at 17:27, Osborn, Raymond <[email protected]> wrote: > It occurs to me that I should mention that I’m using the inprocess kernel. > I am wondering if the ‘is_complete’ request is trying to be sent to a real > socket rather than the dummy socket that the inprocess client is using. > Perhaps I have to reassign the blocking client it uses for such requests. > Aha. The inprocess kernel is decidedly unloved, and it may well cause problems with this. I seem to remember Min saying something about this. On the plus side, the in process kernel has to be Python, so it would be practical to reuse the kernel machinery to determine completeness. Thomas _______________________________________________ IPython-dev mailing list [email protected] https://mail.scipy.org/mailman/listinfo/ipython-dev