From 0e41f20c31807521973d0db24e8dcf2eea561a94 Mon Sep 17 00:00:00 2001 From: jarek Date: Tue, 13 Feb 2018 11:24:53 +0100 Subject: [PATCH] #6729: rename from com.twosigma.beakerx.widgets to com.twosigma.beakerx.widget --- test/notebooks/groovy/codeAndMagicsTest.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/notebooks/groovy/codeAndMagicsTest.ipynb b/test/notebooks/groovy/codeAndMagicsTest.ipynb index 00a4cd6d16..1e32ba1fdf 100644 --- a/test/notebooks/groovy/codeAndMagicsTest.ipynb +++ b/test/notebooks/groovy/codeAndMagicsTest.ipynb @@ -36,7 +36,7 @@ "source": [ "%classpath add jar ../../resources/jar/testdemo.jar\n", "\n", - "%import com.twosigma.beakerx.widgets.integers.IntSlider" + "%import com.twosigma.beakerx.widget.integers.IntSlider" ] }, {