Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1644 Discussions

Get Started -> Tutorials not working (ModuleNotFoundError) matplotlib

Ramakrishn_D_Intel
874 Views

---------------------------------------------------------------------------

ModuleNotFoundError Traceback (most recent call last)

<ipython-input-1-4fec2d5710d5> in <module>()

4 import numpy as np 5 from openvino.inference_engine import IENetwork, IEPlugin

----> 6 from matplotlib import pyplot as plt

7 get_ipython().run_line_magic('matplotlib', 'inline')

8 print("Imported Python modules.")

ModuleNotFoundError: No module named 'matplotlib'

Screen Shot 2019-11-18 at 2.20.58 PM.png

By default the matplotlib is installed in the system for all users. This error is caused due to not using the right kernel

Click on Kernel -> Change kernel -> python (ubuntu) 

Screen Shot 2019-11-18 at 2.24.13 PM.png

Try running the Notebook sample again, it should work!

0 Kudos
0 Replies
Reply