@aditya.arjula wrote:
In the https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/
page there is an instruction to open iPython in inline pylab using below command,ipython notebook --pylab=inline
but when I type the same in terminal I am getting below error
C:\Users\Admin>ipython notebook --pylab=inline
[TerminalIPythonApp] WARNING | Subcommandipython notebook
is deprecated and w
ill be removed in future versions.
[TerminalIPythonApp] WARNING | You likely want to usejupyter notebook
in the
future
[E 21:51:06.997 NotebookApp] Support for specifying --pylab on the command line
has been removed.
[E 21:51:07.000 NotebookApp] Please use%pylab inline
or%matplotlib inline
in the notebook itself.Can anyone suggest what the problem is. Also please let me know if there i can do it using Anaconda/Jupyter GUI>
Thanks
Posts: 1
Participants: 1