From 859522678d5c458cb873f6a0b51e7abb0cc51c03 Mon Sep 17 00:00:00 2001 From: Scott Draves Date: Tue, 22 May 2018 11:11:20 -0400 Subject: [PATCH] #6903 use master branch, expand explanation --- doc/groovy/3D.ipynb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/groovy/3D.ipynb b/doc/groovy/3D.ipynb index 8da4aab8bb..29aad0c9e6 100644 --- a/doc/groovy/3D.ipynb +++ b/doc/groovy/3D.ipynb @@ -6,11 +6,12 @@ "source": [ "# 3D Visualization and Maps\n", "\n", - "There are Groovy APIs for [ipyvolume](https://github.com/maartenbreddels/ipyvolume),\n", - "[pythreejs](https://github.com/jupyter-widgets/pythreejs), and [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet). For these APIs to work, the widget JS needs to be installed:\n", + "There is an alpha Groovy API for [ipyvolume](https://github.com/maartenbreddels/ipyvolume). For this to work, the widget JS needs to be installed:\n", "```\n", "conda install -c conda-forge ipyvolume\n", - "```" + "```\n", + "\n", + "[Pythreejs](https://github.com/jupyter-widgets/pythreejs) and [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) will be forthcoming, see [#6903](https://github.com/twosigma/beakerx/issues/6903), and we hope these APIs will be included upstream in the original widget repositories." ] }, { @@ -20,7 +21,7 @@ "outputs": [], "source": [ "%classpath config resolver jitpack.io https://jitpack.io\n", - "%classpath add mvn com.github.twosigma:ipyvolume:lmitusinski~beakerx-widget-SNAPSHOT\n", + "%classpath add mvn com.github.twosigma:ipyvolume:master-SNAPSHOT\n", "import ipyvolume.PyLab;\n", "\n", "int size = 32;\n",