Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jarek/7209: add classifier to %classpath mvn add #7238

Merged
merged 2 commits into from
Apr 26, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
#7209: improve the example
  • Loading branch information
jaroslawmalekcodete committed Apr 26, 2018
commit 5f9db9b3e114ae9afcf6bbaadd8b7e3ec8e6e7a5
13 changes: 3 additions & 10 deletions doc/groovy/ClasspathMagicCommands.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,9 @@
"metadata": {},
"outputs": [],
"source": [
"%classpath config resolver repository.sonatype.platanios https://oss.sonatype.org/"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%classpath add mvn org.platanios tensorflow 0.1.0-SNAPSHOT jar linux-cpu-x86_64"
"%classpath add mvn org.platanios tensorflow_2.11 0.1.1 jar linux-cpu-x86_64\n",
"import org.platanios.tensorflow.api.core.Shape\n",
"Shape.matrix(2,5)"
]
},
{
Expand Down