From 119104f2e8253602ec26a7308d4e898f86c4e813 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Thu, 17 Oct 2013 06:16:43 +0000 Subject: [PATCH] Register new widgets in IPython.html.widgets namespace --- IPython/html/widgets/__init__.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/IPython/html/widgets/__init__.py b/IPython/html/widgets/__init__.py index 58dd1472d..05ce809a3 100644 --- a/IPython/html/widgets/__init__.py +++ b/IPython/html/widgets/__init__.py @@ -1 +1,7 @@ -from widget import Widget \ No newline at end of file +from widget import Widget + +from container import ContainerWidget +from float_range import FloatRangeWidget +from int_range import IntRangeWidget +from selection import SelectionWidget +from string import StringWidget