Appendix B. Function Reference

This appendix is a short reference of functions not meant as exhaustive documentation, but as an extra aid in case you are temporarily unable to look up the documentation. These functions are organized by package for various libraries.

IPython

The following displays a Python object in all frontends:

IPython.core.display.display(*objs, **kwargs)

The following renders HTML content:

IPython.display.HTML(TextDisplayObject)

The following displays interactive widgets connected to a function. The first parameter is expected to be a function:

IPython.html.widgets.interaction.interact (__interact_f=None, **kwargs)

The following arguments to this function are widget abbreviations passed in as keyword arguments, which build a group ...

Get Python Data Analysis Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.