Python
Title
Question
on running the command linspace
showing message linspace not define
Python-3.4.3 Getting-started-with-IPython 02-03 min 30-40 sec
Answers:
Have you typed the command ipython --pylab in the command prompt/terminal?
Please make sure you have loaded the pylab module using %pylab
In case this does not work, please restart Ipython console using the command=:
ipython --pylab
Also make sure that you are using the command linspace and not linespace
Login to add comment