Re: IPython is available, use IPython for PySparkInterpreter

2017-12-10 Thread Jeff Zhang
I am afraid currently there's no way to make ipython as default of %pyspark, but you can use %ipyspark to use ipython without this warning message. But making ipython as default is on my plan, for now I try to keep backward compatibility as much as possible, so only use ipython when it is

IPython is available, use IPython for PySparkInterpreter

2017-12-10 Thread Ruslan Dautkhanov
Getting "IPython is available, use IPython for PySparkInterpreter" warning after starting pyspark interpreter. How do I default %pyspark to ipython? Tried to change to "class": "org.apache.zeppelin.spark.PySparkInterpreter", to "class": "org.apache.zeppelin.spark.IPySparkInterpreter", in