display tools module: jupyter or IPython?

24 views
Skip to first unread message

mail4r...@googlemail.com

unread,
Mar 10, 2017, 5:43:23 AM3/10/17
to Project Jupyter
Will the display module (http://ipython.readthedocs.io/en/stable/api/generated/IPython.display.htm) be supported in future releases?

I was surprised it's not a part of the jupyter notebook but instead an IPython module. Is it possible to use the display module in jupyter notebook with kernels other than IPython?

Doug Blank

unread,
Mar 10, 2017, 7:16:53 AM3/10/17
to jup...@googlegroups.com
On Fri, Mar 10, 2017 at 5:43 AM, mail4rinaldo via Project Jupyter <jup...@googlegroups.com> wrote:
Will the display module (http://ipython.readthedocs.io/en/stable/api/generated/IPython.display.htm) be supported in future releases?

I was surprised it's not a part of the jupyter notebook but instead an IPython module. Is it possible to use the display module in jupyter notebook with kernels other than IPython?

metakernel makes available the display functionality, but it is up to the individual kernel implementations to take advantage of it. We also have display library code that can be used from IPython or metakernel-based kernels:


Thus, metakernel-based kernels that can use Python libraries directly (like Calysto Scheme) don't need to do anything, but have the user import and us these libraries.
 
The ipyparallel code is similar: it is written for IPython, but it is fairly easy to take advantage of, and metakernel-based kernels can also be run be in parallel via metakernel "magics".

-Doug

--
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 jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/dc38d6af-3f70-4669-b6ab-a01bc180f8d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages