widgets

Tools relating to ipywidgets

explore(obj)[source]

Interactive object explorer

Parameters:obj – Object to introspect

This widget displays an object and some information about it (eg: its signature, if it’s callable) and provides a dropdown to select one of its attributes. The selected attribute is displayed in the same way (including a dropdown of the attribute’s attributes.)

notebook_full_width()[source]

Make the cells in the notebook the full width of the browser window.

source_code_display_toggle_button(show_initially=True)[source]

Add a button to toggle display of source code cells in a Jupyter notebook

Parameters:show_initially (bool) – Begin with source code visible