Skip to content

Commit 6179efe

Browse files
authored
rm quotes
1 parent 0598faf commit 6179efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rdd-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ $ PYSPARK_DRIVER_PYTHON=ipython ./bin/pyspark
247247
To use the Jupyter notebook (previously known as the IPython notebook),
248248

249249
{% highlight bash %}
250-
$ PYSPARK_DRIVER_PYTHON=jupyter PYSPARK_DRIVER_PYTHON_OPTS="notebook" ./bin/pyspark
250+
$ PYSPARK_DRIVER_PYTHON=jupyter PYSPARK_DRIVER_PYTHON_OPTS=notebook ./bin/pyspark
251251
{% endhighlight %}
252252

253253
You can customize the `ipython` or `jupyter` commands by setting `PYSPARK_DRIVER_PYTHON_OPTS`.

0 commit comments

Comments
 (0)