Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: qt.console.rich_ipython_widget

1 Class

class IPython.qt.console.rich_ipython_widget.RichIPythonWidget(*args, **kw)

Bases: IPython.qt.console.ipython_widget.IPythonWidget

An IPythonWidget that supports rich text, including lists, images, and tables. Note that raw performance will be reduced compared to the plain text version.

__init__(*args, **kw)

Create a RichIPythonWidget.

export_html()

Shows a dialog to export HTML/XML in various formats.

Overridden in order to reset the _svg_warning_displayed flag prior to the export running.