[IPython-dev] Static code analysis of IPython Notebook cell
Thomas Kluyver
takowl at gmail.com
Tue Jul 8 09:45:01 EDT 2014
On 8 July 2014 04:22, Thomas Wiecki <thomas.wiecki at gmail.com> wrote:
> The IPython console works well now. However, using the NB client and
> sending:
> self.send_response(self.iopub_socket, 'stream', stream_content)
>
What is stream_content? Can you show a runnable example?
> Also, since I want to use a Python kernel I'm inheriting from
> IPythonKernel. Might that be the problem? I suspect there would be a
> NotebookKernel (that also supports the magics, which currently give me a
> syntaxi error) that I can't find.
No, there's only one IPython kernel class - the magics work the same way in
every frontend.
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140708/c48b3c8f/attachment.html>
More information about the IPython-dev
mailing list