saving . . . saved error while running a command has been deleted. error while running a command has been hidden .
error while running a command
Title
Question
when I type ipython four_plot.py it shows error as below,
module not found error: No module named 'matplotlib',
But I already install matplotlib in ipython terminal



Python-3.4.3 Using-Python-Modules 05-06 min 30-40 sec 12-11-20, 6:54 p.m. aryamistry18@gnu.ac.in

Answers:

Please follow the video this error is expected, try to run it using %run -i command inside the IPython console

Basically you need to import matplotlib module
03-12-20, 12:12 p.m. ankitrj.iitb


Log-in to answer to this question.