Repository: incubator-systemml
Updated Branches:
  refs/heads/master 7ed8e3f49 -> d9de19295


[SYSTEMML-1606] Update notebook samples with latest code


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/d9de1929
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/d9de1929
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/d9de1929

Branch: refs/heads/master
Commit: d9de192956b409c7fb7793715d60b7de2d638e61
Parents: 7ed8e3f
Author: Arvind Surve <ac...@yahoo.com>
Authored: Mon May 15 14:00:12 2017 -0700
Committer: Arvind Surve <ac...@yahoo.com>
Committed: Mon May 15 14:00:12 2017 -0700

----------------------------------------------------------------------
 .../Deep_Learning_Image_Classification.ipynb    | 24 +++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/d9de1929/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb
----------------------------------------------------------------------
diff --git a/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb 
b/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb
index d7f00c9..3e58887 100644
--- a/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb
+++ b/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb
@@ -33,7 +33,10 @@
    "metadata": {},
    "source": [
     "<a id=\"load_systemml\"></a>\n",
-    "## Install and load SystemML and other libraries"
+    "## Install and load SystemML and other libraries\n",
+    "\n",
+    "You can install SystemML Python tgz file either from distribution 
location (https://dist.apache.org/repos/dist/release/incubator/systemml/) or 
from your local system if you have extracted recent code and built locally. \n",
+    "### This notebook is supported with master branch as of 05/15/2017 and 
later code."
    ]
   },
   {
@@ -44,7 +47,7 @@
    },
    "outputs": [],
    "source": [
-    "#!pip install --user systemml>=0.14.0\n",
+    "# !pip install --user systemml>=1.0.0\n",
     "!pip install 
~/git/systemml_scala/incubator-systemml/target/systemml-1.0.0-incubating-SNAPSHOT-python.tgz"
    ]
   },
@@ -238,7 +241,6 @@
    "cell_type": "code",
    "execution_count": null,
    "metadata": {
-    "collapsed": true,
     "scrolled": true
    },
    "outputs": [],
@@ -380,6 +382,22 @@
     "pd.set_option('display.max_columns', 28)\n",
     "pd.DataFrame((testData[i,1:]).reshape(img_size, img_size),dtype='uint')"
    ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "## Uninstall/Clean up SystemML Python package and jar file"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "!yes | pip uninstall systemml"
+   ]
   }
  ],
  "metadata": {

Reply via email to