You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2016/12/02 05:13:14 UTC

[11/17] incubator-singa git commit: SINGA-268 Add IPython notebooks to the documentation

SINGA-268 Add IPython notebooks to the documentation

Updated the mlp and rbm notebooks.


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

Branch: refs/heads/master
Commit: 6ef4bbee6ca7566a5199af57611b7adfeb8fb7d7
Parents: 0a8dbcd
Author: Wei Wang <wa...@comp.nus.edu.sg>
Authored: Wed Nov 30 17:44:28 2016 +0800
Committer: Wei Wang <wa...@comp.nus.edu.sg>
Committed: Wed Nov 30 17:44:28 2016 +0800

----------------------------------------------------------------------
 doc/notebook/index.ipynb      |  19 +-
 doc/notebook/mlp.ipynb        | 359 +++++++++++++++++++++++++------------
 doc/notebook/rbm.ipynb        | 325 ++++++++++++++++++---------------
 doc/notebook/regression.ipynb | 118 +++++++-----
 4 files changed, 512 insertions(+), 309 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/6ef4bbee/doc/notebook/index.ipynb
----------------------------------------------------------------------
diff --git a/doc/notebook/index.ipynb b/doc/notebook/index.ipynb
index 1d634a0..7f1fc7c 100644
--- a/doc/notebook/index.ipynb
+++ b/doc/notebook/index.ipynb
@@ -11,9 +11,9 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "Welcome to this tutorial for Apache Singa using Jupyter Notebook.\n",
+    "Welcome to this tutorial for Apache SINGA using Jupyter Notebook.\n",
     "\n",
-    "Please install PySinga before running these tutorials.\n",
+    "Please install PySINGA before running these tutorials.\n",
     "\n",
     "1. [Regression](http://nbviewer.jupyter.org/github/apache/incubator-singa/blob/master/doc/notebook/regression.ipynb )\n",
     "\n",
@@ -23,7 +23,20 @@
     "http://nbviewer.jupyter.org/github/apache/incubator-singa/blob/master/doc/notebook/rbm.ipynb)\n",
     "\n",
     "\n",
-    "To learn more about Jupyter, please check [IPython in Depth](https://www.youtube.com/watch?v=xe_ATRmw0KM).\n"
+    "To learn more about Jupyter, please check [IPython in Depth](https://www.youtube.com/watch?v=xe_ATRmw0KM).\n",
+    "\n",
+    "If you want to use PySINGA and jupyter notebooks in virtual environment, please use conda virtual environment and install the following extension. Then you can select the kernel of the virtual environment in the browser. "
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "conda install nb_conda_kernel"
    ]
   }
  ],