HyukjinKwon commented on a change in pull request #28957:
URL: https://github.com/apache/spark/pull/28957#discussion_r449420977
##########
File path: docs/rdd-programming-guide.md
##########
@@ -276,7 +276,7 @@ $ PYSPARK_DRIVER_PYTHON=jupyter
PYSPARK_DRIVER_PYTHON_OPTS=notebook ./bin/pyspar
You can customize the `ipython` or `jupyter` commands by setting
`PYSPARK_DRIVER_PYTHON_OPTS`.
-After the Jupyter Notebook server is launched, you can create a new "Python 2"
notebook from
+After the Jupyter Notebook server is launched, you can create a new notebook
from
the "Files" tab. Inside the notebook, you can input the command `%pylab
inline` as part of
your notebook before you start to try Spark from the Jupyter notebook.
Review comment:
BTW, Jupyter with PySpark in this way seems broken in Spark due to how
[find-spark-home](https://github.com/apache/spark/blob/master/bin/find-spark-home)
works in PySpark, see https://github.com/apache/spark/pull/28256
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]