Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 2137dcfd3 -> 7670c217b


TLP updates

Closes #56.


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

Branch: refs/heads/master
Commit: 7670c217be8e834d12fe33bca323a41d4acff38c
Parents: 2137dcf
Author: Jeremy Anderson <jer...@objectadjective.com>
Authored: Fri May 19 17:57:49 2017 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Fri May 19 17:57:49 2017 -0700

----------------------------------------------------------------------
 _src/_includes/themes/apache/home.html | 21 +++++---
 _src/_sass/_icons.scss                 |  4 +-
 _src/_sass/_modules.scss               | 30 +++++++++++
 _src/assets/img/icon-play.svg          |  1 +
 _src/assets/img/jupyter-logo.svg       |  2 +-
 _src/get-started.html                  |  4 +-
 _src/install-systemml.html             | 84 ++++++++---------------------
 7 files changed, 70 insertions(+), 76 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/7670c217/_src/_includes/themes/apache/home.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/home.html 
b/_src/_includes/themes/apache/home.html
index 3c177ac..d5dafef 100644
--- a/_src/_includes/themes/apache/home.html
+++ b/_src/_includes/themes/apache/home.html
@@ -51,15 +51,14 @@ limitations under the License.
 <section class="full-stripe">
   <div class="ml-container ml-container--vertically-top 
ml-container--reverse-order">
     <div class="col col-6 content-group">
-      <!--<img src="/assets/img/diagramAnim-v4.gif" alt="What is Apache 
SystemML?">-->
-      <div class="video-wrapper">
-        <iframe src="https://www.youtube.com/embed/r-kFYkYoD_4"; 
frameborder="0" allowfullscreen></iframe>
-      </div>
+      <img src="/assets/img/diagramAnim-v4.gif" alt="What is Apache SystemML?">
     </div>
     <div class="col col-6 content-group content-group--more-padding">
       <!-- bdi tag prevents reverse punctuation when rtl direction property is 
applied -->
       <h2><bdi>What is SystemML?</bdi></h2>
+
       <p>Apache SystemML provides an optimal workplace for machine learning 
using big data. It can be run on top of Apache Spark, where it automatically 
scales your data, line by line, determining whether your code should be run on 
the driver or an Apache Spark cluster. Future SystemML developments include 
additional deep learning with GPU capabilities such as importing and running 
neural network architectures and pre-trained models for training.</p>
+      <p><a href="#systemml-video" class="modal-trigger 
jq-modal-trigger"><span class="icon play-button"></span><span>Learn more about 
SystemML</span></a></p>
     </div>
   </div>
 </section>
@@ -71,14 +70,13 @@ limitations under the License.
       <img src="/assets/img/robotTutorialSm.png" alt="What is Apache 
SystemML?">
     </div>
     <div class="col col-6 content-group content-group--more-padding 
button-group">
-      <h2>Get Started</h2>
-      <p>New to Apache SystemML? Try our Get Started tutorial that will walk 
you through setting up your environment and getting you up and going with 
SystemML.</p>
+      <h2>Install SystemML</h2>
+      <p>New to Apache SystemML? Try our quick install guide that will walk 
you through setting up your environment and getting you up and going with 
SystemML.</p>
       <a class="button button-primary" href="install-systemml.html">Install 
SystemML</a>
       <a class="button button-secondary" href="documentation.html" 
target="_blank">Docs</a>
     </div>
   </div>
-
-  <h4 class="text-center"><a href="get-started.html">View Sample 
Notebooks</a></h4>
+  <h4 class="text-center"><a href="get-started.html#sample-notebook">View 
Sample Notebooks</a></h4>
 
 </section>
 
@@ -114,3 +112,10 @@ limitations under the License.
     </div>
   </div>
 </section>
+
+<div id="systemml-video" class="modal-overlay">
+  <a href="#" class="icon icon-close jq-close"></a>
+  <div class="video-wrapper">
+    <iframe src="https://www.youtube.com/embed/r-kFYkYoD_4"; frameborder="0" 
allowfullscreen></iframe>
+  </div>
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/7670c217/_src/_sass/_icons.scss
----------------------------------------------------------------------
diff --git a/_src/_sass/_icons.scss b/_src/_sass/_icons.scss
index 77baebd..0738bd1 100644
--- a/_src/_sass/_icons.scss
+++ b/_src/_sass/_icons.scss
@@ -12,7 +12,7 @@
     width: 11px; height: 6px;
        }
        &.play-button {
-               background-image: none, url('../img/play-button.svg');
+               background-image: none, url('../img/icon-play.svg');
     background-size: 34px 34px;
     width: 34px; height: 34px;
        }
@@ -48,7 +48,7 @@
     width: 60px; height: 45px;
        }
   &.jupyter-logo {
-               background-image: none, url('../img/jupyter-logo.svg');
+               background-image: none, url('../img/jupyter-logo.png');
     background-size: 51px 55px;
     width: 51px; height: 55px;
        }

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/7670c217/_src/_sass/_modules.scss
----------------------------------------------------------------------
diff --git a/_src/_sass/_modules.scss b/_src/_sass/_modules.scss
index e9c88c8..836096b 100644
--- a/_src/_sass/_modules.scss
+++ b/_src/_sass/_modules.scss
@@ -174,3 +174,33 @@ ul.ml-tabs {
     display: block;
   }
 }
+
+//Modals
+.modal-trigger {
+  display: flex;
+  align-items: center;
+  flex-direction: row-reverse;
+  justify-content: flex-start;
+  .play-button {
+    margin-right: 20px;
+  }
+}
+.modal-overlay {
+  display: none;
+  position: fixed;
+  top: 0;
+  left: 0;
+  height: 100%;
+  width: 100%;
+  background: rgba(0,0,0,.8);
+  z-index: 500;
+  .video-wrapper {
+    width: 80%;
+    margin: 0 auto;
+  }
+  .icon-close {
+    position: absolute;
+    top: 50px;
+    right: 50px;
+  }
+}

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/7670c217/_src/assets/img/icon-play.svg
----------------------------------------------------------------------
diff --git a/_src/assets/img/icon-play.svg b/_src/assets/img/icon-play.svg
new file mode 100644
index 0000000..1c1ddf6
--- /dev/null
+++ b/_src/assets/img/icon-play.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 56 
56"><defs><style>.cls-1{fill:#ff5003;}</style></defs><title>icon-play</title><g 
id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path 
class="cls-1" 
d="M28,0A28,28,0,1,0,56,28,28,28,0,0,0,28,0Zm0,54A26,26,0,1,1,54,28,26,26,0,0,1,28,54Z"/><polygon
 class="cls-1" points="18 40 42 28 18 16 18 40"/></g></g></svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/7670c217/_src/assets/img/jupyter-logo.svg
----------------------------------------------------------------------
diff --git a/_src/assets/img/jupyter-logo.svg b/_src/assets/img/jupyter-logo.svg
index 674d8c2..4c65ad6 100644
--- a/_src/assets/img/jupyter-logo.svg
+++ b/_src/assets/img/jupyter-logo.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 261.25 
259.88"><defs><style>.cls-1{fill:#e46e2e;}.cls-2{fill:#767474;}.cls-3{fill:#313940;}</style></defs><title>jupyter-logo</title><g
 id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><g 
id="Page-1"><g id="Artboard"><g id="Group-Copy-4-_-Group-_-Group-Copy" 
data-name="Group-Copy-4-+-Group-+-Group-Copy"><g id="Group-Copy-4"><path 
id="Fill-9" class="cls-1" 
d="M131,205.27c-42.59,0-79.68-15.31-99-37.93a105.21,105.21,0,0,0,198,0c-19.31,22.62-56.39,37.93-99,37.93"/><path
 id="Fill-10" class="cls-1" 
d="M131,58C173.62,58,210.7,73.35,230,96A105.21,105.21,0,0,0,32,96C51.35,73.35,88.44,58,131,58"/><path
 id="Fill-11" class="cls-2" 
d="M51.23,259.86a16.55,16.55,0,1,1,15.83-17.24A16.55,16.55,0,0,1,51.23,259.86Z"/><path
 id="Fill-12" class="cls-2" 
d="M38.53,44.37a10.34,10.34,0,1,1,9.89-10.78A10.34,10.34,0,0,1,38.53,44.37Z"/><path
 id="Fill-8" class="cls-2" 
d="M202.75,32.11a16.06,16.06,0,1,1,15.36-16.73A16.06,16.06,0,0,1,202.75
 ,32.11Z"/><g id="Group-Copy"><path id="Fill-1" class="cls-3" 
d="M10.68,145.62c0,9.53-.74,12.65-2.73,15-1.74,1.89-4.64,2.79-7.95,3l.74,5.67c3.89,0,9.19-1.31,12.42-4.52,3.56-3.62,4.8-8.63,4.8-16.35V112.34H10.68v33.28"/><path
 id="Fill-2" class="cls-3" 
d="M65.07,141.27c0,4.11.08,7.72.33,10.85H58.95l-.41-6.49h-.17A15.1,15.1,0,0,1,45.12,153c-6.29,0-13.83-3.45-13.83-17.42V112.34h7.29v22c0,7.56,2.32,12.65,8.94,12.65a10.19,10.19,0,0,0,10.27-10.27v-24.4h7.29v28.92"/><path
 id="Fill-3" class="cls-3" 
d="M78.82,125.32c0-5.09-.17-9.2-.33-13H85l.33,6.82h.17c3-4.85,7.7-7.72,14.24-7.72,9.69,0,17,8.13,17,20.21,0,14.3-8.78,21.36-18.21,21.36-5.3,0-9.94-2.3-12.34-6.24H86v21.61h-7.2V125.32Zm7.2,10.6a16.13,16.13,0,0,0,.33,3,11.23,11.23,0,0,0,10.93,8.46c7.7,0,12.17-6.24,12.17-15.37,0-8-4.22-14.79-11.92-14.79A12.53,12.53,0,0,0,86,129.1v6.82Z"/><path
 id="Fill-4" class="cls-3" 
d="M129.65,112.34l8.78,23.5c.91,2.63,1.9,5.75,2.57,8.13h.17c.75-2.38,1.57-5.42,2.57-8.3l7.95-23.34h7.7l-10.93,28.35c-5.22,13.64-8.78,20
 
.62-13.74,24.9a19.8,19.8,0,0,1-8.94,4.68l-1.82-6.08a19.33,19.33,0,0,0,6.38-3.53,22,22,0,0,0,6.13-8.05,5.16,5.16,0,0,0,.58-1.73,6.24,6.24,0,0,0-.5-1.89l-14.82-36.65h7.95"/><path
 id="Fill-5" class="cls-3" 
d="M178.54,100.92v11.42H189v5.51H178.54v21.45c0,4.93,1.41,7.72,5.46,7.72a16.34,16.34,0,0,0,4.22-.49l.33,5.42a18,18,0,0,1-6.46,1c-3.39,0-6.13-1.07-7.87-3-2.07-2.14-2.81-5.67-2.81-10.35V117.85h-6.21v-5.51h6.21v-9.53l7.12-1.89"/><path
 id="Fill-6" class="cls-3" 
d="M202.38,133.54c.17,9.78,6.46,13.8,13.74,13.8a26.51,26.51,0,0,0,11.09-2.05l1.24,5.18a32.66,32.66,0,0,1-13.33,2.47c-12.34,0-19.7-8.05-19.7-20s7.12-21.45,18.79-21.45c13.08,0,16.56,11.42,16.56,18.73a27,27,0,0,1-.25,3.37Zm21.36-5.18c.08-4.6-1.9-11.75-10.1-11.75-7.37,0-10.6,6.74-11.18,11.75Z"/><path
 id="Fill-7" class="cls-3" 
d="M241.46,124.75c0-4.68-.08-8.71-.33-12.41h6.38l.25,7.81h.33c1.82-5.34,6.21-8.71,11.09-8.71a7.92,7.92,0,0,1,2.07.25v6.82a11.05,11.05,0,0,0-2.48-.25c-5.13,0-8.78,3.86-9.77,9.28a20.18,20.18,0,0,0-.33,3.37v21.2h-7.
 2V124.75"/></g></g></g></g></g></g></g></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 100 
99.48"><defs><style>.cls-1{fill:#e46e2e;}.cls-2{fill:#767474;}.cls-3{fill:#313940;}.cls-4{font-size:12px;font-family:MyriadPro-Regular,
 Myriad Pro;}</style></defs><title>jupyter-logo</title><g id="Layer_2" 
data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><g id="Page-1"><g 
id="Artboard"><g id="Group-Copy-4-_-Group-_-Group-Copy" 
data-name="Group-Copy-4-+-Group-+-Group-Copy"><g id="Group-Copy-4"><path 
id="Fill-9" class="cls-1" 
d="M50.15,78.57c-16.3,0-30.5-5.86-37.89-14.52a40.27,40.27,0,0,0,75.78,0c-7.39,8.66-21.59,14.52-37.89,14.52"/><path
 id="Fill-10" class="cls-1" 
d="M50.15,22.22c16.3,0,30.5,5.86,37.89,14.52a40.27,40.27,0,0,0-75.78,0c7.39-8.66,21.59-14.52,37.89-14.52"/><path
 id="Fill-11" class="cls-2" 
d="M19.61,99.47a6.33,6.33,0,1,1,6.06-6.6A6.33,6.33,0,0,1,19.61,99.47Z"/><path 
id="Fill-12" class="cls-2" 
d="M14.75,17a4,4,0,1,1,3.79-4.13A4,4,0,0,1,14.75,17Z"/><path id="Fill-8" 
class="cls-2" d="M77.61,12.29a6.15,6.15,0,1
 ,1,5.88-6.41A6.15,6.15,0,0,1,77.61,12.29Z"/><g id="Group-Copy"><path 
id="Fill-1" class="cls-3" 
d="M4.09,55.74c0,3.65-.29,4.84-1,5.72a4.53,4.53,0,0,1-3,1.16L.29,64.8A7.11,7.11,0,0,0,5,63.07c1.36-1.38,1.84-3.3,1.84-6.26V43H4.09V55.74"/><path
 id="Fill-2" class="cls-3" 
d="M24.91,54.07c0,1.57,0,3,.13,4.15H22.56l-.16-2.48h-.06a5.78,5.78,0,0,1-5.07,2.83c-2.41,0-5.29-1.32-5.29-6.67V43h2.79v8.43c0,2.89.89,4.84,3.42,4.84a3.9,3.9,0,0,0,3.93-3.93V43h2.79V54.07"/><path
 id="Fill-3" class="cls-3" 
d="M30.17,48c0-1.95-.06-3.52-.13-5h2.5l.13,2.61h.06a6,6,0,0,1,5.45-3c3.71,0,6.5,3.11,6.5,7.74,0,5.47-3.36,8.18-7,8.18A5.39,5.39,0,0,1,33,56.18h-.06v8.27H30.17V48ZM32.93,52a6.17,6.17,0,0,0,.13,1.13,4.3,4.3,0,0,0,4.18,3.24c2.95,0,4.66-2.39,4.66-5.88,0-3.05-1.62-5.66-4.56-5.66a4.8,4.8,0,0,0-4.4,4.56V52Z"/><path
 id="Fill-4" class="cls-3" 
d="M49.63,43,53,52c.35,1,.73,2.2,1,3.11H54c.29-.91.6-2.08,1-3.18l3-8.93H61L56.82,53.85c-2,5.22-3.36,7.89-5.26,9.53a7.58,7.58,0,0,1-3.42,1.79l-.7-2.33a7.4,7.4,0,0,0,2.44-1.35,
 
8.4,8.4,0,0,0,2.35-3.08,2,2,0,0,0,.22-.66,2.39,2.39,0,0,0-.19-.72L46.59,43h3"/><path
 id="Fill-5" class="cls-3" 
d="M68.34,38.63V43h4v2.11h-4v8.21c0,1.89.54,3,2.09,3A6.25,6.25,0,0,0,72,56.09l.13,2.08a6.87,6.87,0,0,1-2.47.38,3.88,3.88,0,0,1-3-1.16c-.79-.82-1.08-2.17-1.08-4v-8.3H63.24V43h2.38V39.35l2.73-.72"/><path
 id="Fill-6" class="cls-3" 
d="M77.47,51.12c.06,3.74,2.47,5.28,5.26,5.28A10.15,10.15,0,0,0,87,55.61l.48,2a12.5,12.5,0,0,1-5.1.94c-4.72,0-7.54-3.08-7.54-7.67s2.73-8.21,7.19-8.21c5,0,6.34,4.37,6.34,7.17a10.35,10.35,0,0,1-.09,1.29Zm8.18-2c0-1.76-.73-4.5-3.87-4.5-2.82,0-4.06,2.58-4.28,4.5Z"/><text
 class="cls-4" transform="translate(95.29 59.95) 
rotate(-119.48)">D</text></g></g></g></g></g></g></g></svg>

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/7670c217/_src/get-started.html
----------------------------------------------------------------------
diff --git a/_src/get-started.html b/_src/get-started.html
index 6534926..60adbdf 100644
--- a/_src/get-started.html
+++ b/_src/get-started.html
@@ -47,7 +47,7 @@ limitations under the License.
     </div>
   </div>
   <!-- Sample Notebooks -->
-  <h2 class="text-center">Sample Notebooks</h2>
+  <h2 id="sample-notebook" class="text-center">Sample Notebooks</h2>
   <div class="flex-container">
     <div class="nb-card">
         <h3>SystemML LinearRegCG</h3>
@@ -61,7 +61,7 @@ limitations under the License.
     </div>
     <div class="nb-card">
         <h3>Linear Regression Algorithms Demo</h3>
-        <p>This notebook shows: Install SystemML Python package and jar file, 
pip, SystemML 'Hello World'.</p>
+        <p>This notebook demonstrates the development of various linear 
regression algorithms in SystemML.</p>
         <a class="nb-link" 
href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb";
 target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
     </div>
     <div class="nb-card">

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/7670c217/_src/install-systemml.html
----------------------------------------------------------------------
diff --git a/_src/install-systemml.html b/_src/install-systemml.html
index 24accbe..27d2ef0 100644
--- a/_src/install-systemml.html
+++ b/_src/install-systemml.html
@@ -63,11 +63,11 @@ limitations under the License.
 
     <!-- Step 2 Code -->
     <ul class="ml-tabs">
-               <li class="tab-link current" data-tab="tab-1">Python</li>
-               <li class="tab-link" data-tab="tab-2">Scala</li>
-               <li class="tab-link" data-tab="tab-3">Dev Python (Latest 
code)</li>
-               <li class="tab-link" data-tab="tab-4">Dev Scala (Latest 
code)</li>
-       </ul>
+               <li class="tab-link current" data-tab="tab-1">Python</li>
+               <li class="tab-link" data-tab="tab-2">Scala</li>
+               <li class="tab-link" data-tab="tab-3">Dev Python (Latest 
code)</li>
+               <li class="tab-link" data-tab="tab-4">Dev Scala (Latest 
code)</li>
+       </ul>
 
        <div id="tab-1" class="col col-12 tab-content current">
                  {% highlight bash %}
@@ -89,26 +89,24 @@ pip install 
https://sparktc.ibmcloud.com/repo/latest/systemml-1.0.0-incubating-S
 
   <!-- Step 3 Instructions -->
   <div class="col col-12">
-    <h3><span class="circle">3</span>Configure Jupyter Notebook (optional)</h3>
+    <h3><span class="circle">3</span>Configure Jupyter Notebook (Optional)</h3>
   </div>
 
+  <ul class="ml-tabs">
+    <li class="tab-link current" data-tab="tab-5">Python</li>
+    <li class="tab-link" data-tab="tab-6">Scala</li>
+  </ul>
+
     <!-- Step 3 Code -->
-    <div class="col col-12">
-      <h4 class="indent">3.1 Toree Kernel Setup (Required for Scala 
Kernel)</h4>
-      <p class="indent">Toree installation</p>
-      {% highlight bash %}# For detail instructions visit 
https://github.com/apache/incubator-toree
-pip install 
https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0/snapshots/dev1/toree-pip/toree-0.2.0.dev1.tar.gz{%
 endhighlight %}
-
-    <p class="indent">Installation of Toree component in Jupyter</p>
-    {% highlight bash %}# For detail instructions visit  
https://toree.apache.org/docs/current/user/installation/
-jupyter toree install —-replace —-interpreters=Scala,PySpark 
--spark_opts="--master=local --jars <SystemML JAR File>” 
--spark_home=${SPARK_HOME}{% endhighlight %}
-    <h4 class="indent">3.2 Start Jupyter Notebook Server</h4>
-    {% highlight bash %}PYSPARK_DRIVER_PYTHON=jupyter 
PYSPARK_DRIVER_PYTHON_OPTS="notebook" pyspark --master local[*] --conf 
"spark.driver.memory=12g" --conf spark.driver.maxResultSize=0 --conf 
spark.akka.frameSize=128 --conf spark.default.parallelism=100{% endhighlight %}
-    <p>This will a default browser with contents from current directory where 
above command has run.
-You can create your own notebook example or download sample notebooks from 
SystemML resository <a 
href="https://github.com/apache/incubator-systemml/tree/master/samples/jupyter-notebooks";>https://github.com/apache/incubator-systemml/tree/master/samples/jupyter-notebooks</a></p>
-    <figure class="img-border"><img 
src="/assets/img/systemml-juypter-install.jpeg" alt="Start Jupyter Notebook 
Server"></figure>
-    <figure class="img-border"><img 
src="/assets/img/systemml-juypter-install-2.jpeg" alt="Start Jupyter Notebook 
Server"></figure>
-    </div>
+    <div id="tab-5" class="col col-12 tab-content current">
+               <pre>Start Jupyter Notebook Server
+jupyter notebook</pre>
+       </div>
+
+    <div id="tab-6" class="col col-12 tab-content">
+      <pre><h4>Toree Kernel Setup (Required for Scala Kernel)</h4><p>Toree 
installation</p>{% highlight bash %}# For detail instructions visit 
https://github.com/apache/incubator-toree
+pip install 
https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0/snapshots/dev1/toree-pip/toree-0.2.0.dev1.tar.gz{%
 endhighlight %}<p>Installation of Toree component in Jupyter</p>{% highlight 
bash %}# For detail instructions visit  
https://toree.apache.org/docs/current/user/installation/
+jupyter toree install —-replace —-interpreters=Scala,PySpark 
--spark_opts="--master=local --jars <SystemML JAR File>” 
--spark_home=${SPARK_HOME}{% endhighlight %}<h4>Start Jupyter Notebook 
Server</h4>{% highlight bash %}PYSPARK_DRIVER_PYTHON=jupyter 
PYSPARK_DRIVER_PYTHON_OPTS="notebook" pyspark --master local[*] --conf 
"spark.driver.memory=12g" --conf spark.driver.maxResultSize=0 --conf 
spark.akka.frameSize=128 --conf spark.default.parallelism=100{% endhighlight 
%}<p>This will a default browser with contents from current directory where 
above command has run. You can create your own notebook example or download 
sample notebooks from SystemML resository <a 
href="https://github.com/apache/incubator-systemml/tree/master/samples/jupyter-notebooks";>https://github.com/apache/incubator-systemml/tree/master/samples/jupyter-notebooks</a></p><figure
 class="img-border"><img src="/assets/img/systemml-juypter-install.jpeg" 
alt="Start Jupyter Notebook Server"></figure><figure class="img-bor
 der"><img src="/assets/img/systemml-juypter-install-2.jpeg" alt="Start Jupyter 
Notebook Server"></figure></pre></div>
 
     <!-- Step 4 Instructions -->
     <div class="col col-12">
@@ -123,47 +121,7 @@ Once you extract zip.tgz file you will have files required 
to run steps outlined
 
     </div>
   </div>
+  <h4 class="text-center"><a href="get-started.html#sample-notebook">View 
Sample Notebooks</a></h4>
 
-  <h4 class="text-center"><a href="get-started.html">View Sample 
Notebooks</a></h4>
-
-    <h2 class="text-center">Sample Notebooks</h2>
-    <div class="flex-container">
-      <div class="nb-card">
-          <h3>SystemML LinearRegCG</h3>
-          <p>SystemML Linear Regression in Zeppelin Notebook.</p>
-          <a class="nb-link" 
href="https://github.com/apache/incubator-systemml/blob/master/samples/zeppelin-notebooks/SystemML_LinearRegCG.json";
 target="_blank"><span class="icon zeppelin-logo"></span><span>View on 
Github</span></a>
-      </div>
-      <div class="nb-card">
-          <h3>Deep Learning Image Classification</h3>
-          <p>This notebook shows SystemML Deep Learning functionality to map 
images of single digit numbers to their corresponding numeric 
representations.</p>
-          <a class="nb-link" 
href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb";
 target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
-      </div>
-      <div class="nb-card">
-          <h3>Linear Regression Algorithms Demo</h3>
-          <p>This notebook shows: Install SystemML Python package and jar 
file, pip, SystemML 'Hello World'.</p>
-          <a class="nb-link" 
href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb";
 target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
-      </div>
-      <div class="nb-card">
-          <h3>SystemML PySpark Recommendation Demo</h3>
-          <p>This demonstrates using SystemML for product recommendation using 
Poisson NonNegative Matrix Factorization (PNMF) with PNMF algorithm written 
using R like syntax.</p>
-          <a class="nb-link" 
href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/SystemML-PySpark-Recommendation-Demo.ipynb";
 target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
-      </div>
-      <div class="nb-card">
-          <h3>SystemML Scala Tutorial</h3>
-          <p>This tutorial includes simple example to run DML script and 
display output.</p>
-          <a class="nb-link" 
href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/tutorial1.ipynb";
 target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
-      </div>
-      <div class="nb-card">
-          <h3>Autoencoder</h3>
-          <p>This notebook demonstrates the invocation of the SystemML 
autoencoder script, and alternative ways of passing in/out data.</p>
-          <a class="nb-link" 
href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/Autoencoder.ipynb";
 target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
-      </div>
-      <div class="nb-card">
-          <h3>SystemML Zeppelin Tutorial</h3>
-          <p>SystemML Zeppelin tutorial.</p>
-          <a class="nb-link" 
href="https://github.com/apache/incubator-systemml/blob/master/samples/zeppelin-notebooks/tutorial1_zeppelin.json";
 target="_blank"><span class="icon zeppelin-logo"></span><span>View on 
Github</span></a>
-      </div>
-
-    </div>
 
 </section>

Reply via email to