Use display to display an object in all configured mime types (see Configuration),
and the display_* functions to display raw data you have in form of a file or a variable.
Manual use is possible via the *_mimebundle functions:
Where prepare_mimebundle uses repr to create a mimebundle containing representations of objects,
and publish_mimebundle sends such mimebundles to Jupyter.
Configuration
You can add your own mime types that should be displayed via:
IRdisplay

IRdisplay is a front-end package for Jupyter. It’s automatically integrated into IRkernel when you open a Jupyter notebook using that kernel.
The primary, high level functions are:
Use
displayto display an object in all configured mime types (see Configuration), and thedisplay_*functions to display raw data you have in form of a file or a variable.Manual use is possible via the
*_mimebundlefunctions:Where
prepare_mimebundleusesreprto create a mimebundle containing representations of objects, andpublish_mimebundlesends such mimebundles to Jupyter.Configuration
You can add your own mime types that should be displayed via:
If you want to create your own kernel reacting to
display/publish_mimebundlecalls, you can use: