Github user yuecong commented on the pull request:

    https://github.com/apache/spark/pull/5111#issuecomment-85188711
  
    Let me clarify my opinions more clearly.
    1, change '$ PYSPARK_DRIVER_PYTHON=ipython 
PYSPARK_DRIVER_PYTHON_OPTS="notebook --pylab inline" ./bin/pyspark' to $ 
PYSPARK_DRIVER_PYTHON=ipython PYSPARK_DRIVER_PYTHON_OPTS="notebook " 
./bin/pyspark'.
     For this, we agree it as for it will not work any more for ipython 3.0
    2, Whether it is necessary to methion '%pylab inline' or not. 
      I think it is necessary, as for this give the users to understand that 
with ipython notebook, they can visualize their data with pylab, which is 
different from ipython shell.
    3, Whether it needs to add how to launch a notebook from ipython notebook 
UI.
     Originally, I add the explanation on the base of ipython3.0, but as you 
commented, I find the ipython notebook UI is different between 2.x and 3.x, so 
I agree we may do not need to explain it in detail to make the guide be 
suitable for all version of ipythons.
    
    Hope the above can clarify my opinions. :)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to