Skip to content

Commit

Permalink
adding jitpack no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed May 23, 2018
1 parent 8d0fc97 commit 8120e57
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/groovy/3D.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@
"metadata": {},
"outputs": [],
"source": [
"%classpath config resolver jitpack.io https://jitpack.io\n",
"%classpath add mvn com.github.twosigma:ipyvolume:master-SNAPSHOT\n",
"%classpath add mvn com.github.twosigma ipyvolume master-SNAPSHOT"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import ipyvolume.PyLab;\n",
"\n",
"int size = 32;\n",
Expand Down

0 comments on commit 8120e57

Please sign in to comment.