Skip to content

Commit

Permalink
#6903 use master branch, expand explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed May 22, 2018
1 parent e3404ee commit 8595226
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/groovy/3D.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand All @@ -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",
Expand Down

0 comments on commit 8595226

Please sign in to comment.