Yep the command-option is gone. No big deal, just add the '%pylab inline' command as part of your notebook. Cheers <k/>
On Fri, Mar 20, 2015 at 3:45 PM, cong yue <[email protected]> wrote: > Hello : > > I tried ipython notebook with the following command in my enviroment. > > PYSPARK_DRIVER_PYTHON=ipython PYSPARK_DRIVER_PYTHON_OPTS="notebook > --pylab inline" ./bin/pyspark > > But it shows " --pylab inline" support is removed from ipython newest > version. > the log is as : > --- > $ PYSPARK_DRIVER_PYTHON=ipython PYSPARK_DRIVER_PYTHON_OPTS="notebook > --pylab inline" ./bin/pyspark > [E 15:29:43.076 NotebookApp] Support for specifying --pylab on the > command line has been removed. > [E 15:29:43.077 NotebookApp] Please use `%pylab inline` or > `%matplotlib inline` in the notebook itself. > -- > I am using IPython 3.0.0. and only IPython works in my enviroment. > -- > $ PYSPARK_DRIVER_PYTHON=ipython PYSPARK_DRIVER_PYTHON_OPTS="notebook > --pylab inline" ./bin/pyspark > -- > > Does somebody have the same issue as mine? How do you solve it? > > Thanks, > Cong > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
