Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release.
String class.
Represents a unicode string using a widget.
Bases: IPython.html.widgets.widget_string._String
Renders the string value as HTML.
Bases: IPython.html.widgets.widget_string._String
Renders math inside the string value as Latex (requires $ $ or $$ $$ and similar latex tags).
Bases: IPython.html.widgets.widget_string._String
Multiline text area widget.
Bases: IPython.html.widgets.widget_string._String
Single line textbox widget.
(Un)Register a callback to handle text submission.
Triggered when the user clicks enter.
| Parameters: | callback: callable :
remove: bool (optional) :
|
|---|