We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d1c9a commit 53b88c3Copy full SHA for 53b88c3
docs/beginners-guide-python.md
@@ -108,7 +108,7 @@ Note: the user is free to either use the prepackaged Java binaries
108
or download them from [SystemML website](http://systemml.apache.org/download.html)
109
or build them from the [source](https://github.com/apache/incubator-systemml).
110
111
-#### Step 3: Start Pyspark shell
+#### Start Pyspark shell
112
113
<div class="codetabs">
114
<div data-lang="OSX" markdown="1">
@@ -121,7 +121,7 @@ pyspark --master local[*] --driver-class-path $SYSTEMML_HOME"/SystemML.jar"
121
pyspark --master local[*] --driver-class-path $SYSTEMML_HOME"/SystemML.jar"
122
```
123
</div>
124
-
+</div>
125
126
## Matrix operations
127
0 commit comments