saving . . . saved Python has been deleted. Python has been hidden .
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 22-06-19, 11:35 a.m. vipin_soni2406

Answers:

Have you typed the command ipython --pylab in the command prompt/terminal? 
22-06-19, 11:40 a.m. iakashchavan


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
22-06-19, 11:40 a.m. ankitrj.iitb


Log-in to answer to this question.