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
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
Basically you need to import matplotlib module
Login to add comment