notebook/IPython/html/widgets
Jason Grout 18cfbc0d11 Generate fontweight enum values without an extraneous variable from a comprehension
In python 2, the comprehension will create a new class attribute, i.  Using a map will not create the extra local variable.
2015-01-08 18:24:38 +00:00
..
tests
__init__.py Remove the popup widget 2014-12-29 08:08:20 -08:00
interaction.py
widget_bool.py added value positional argument to applicable widgets 2014-12-17 12:45:58 -08:00
widget_box.py Remove the popup widget 2014-12-29 08:08:20 -08:00
widget_button.py
widget_float.py added value positional argument to applicable widgets 2014-12-17 12:45:58 -08:00
widget_image.py
widget_int.py Fix copy-pasted super() call 2014-12-17 12:47:04 -08:00
widget_link.py
widget_output.py
widget_selection.py Hide variables that shouldn't be exposed to the user 2014-12-12 07:51:03 -08:00
widget_selectioncontainer.py
widget_string.py Use more conventional *args naming over *parg 2014-12-17 12:47:56 -08:00
widget.py Generate fontweight enum values without an extraneous variable from a comprehension 2015-01-08 18:24:38 +00:00