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.)
Add a button to toggle display of source code cells in a Jupyter notebook
Parameters: show_initially (bool) – Begin with source code visible