On Wednesday, December 20, 2017 at 3:13:55 PM UTC+13, Jeff Zhang wrote: > > Just wondering how does jupyter do that ? >
Python code can format text output as HTML or Markdown, and can also output arbitrary PNG graphics and audio. Examples here <https://nbviewer.jupyter.org/github/ipython/ipython/blob/3.x/examples/IPython%20Kernel/Rich%20Output.ipynb>, API docs here <http://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html#module-IPython.display> . -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/17c429dc-153c-4e30-b4d4-d9b446fefb61%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
