I had installed Python 3.5 from anaconda distribution.
C:\Users\ananda>python
Python 3.5.2 |Anaconda 4.1.1 (64-bit)| (default, Jul 5 2016, 11:41:13) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
I am importing matplotlib on jupyter notebook,where I am getting error related to module not found.
I tried to install matplotlib like below:
>>>C:\Users\ananda>conda install matplotlib
Fetching package metadata .........
Solving package specifications: ..........
# All requested packages already installed.
# packages in environment at C:\Users\ananda\AppData\Local\Continuum\Anaconda3:
matplotlib 1.5.1 np111py35_0
Not sure whats wrong I am doing,how to use matplotlib module here,do i need to install any particular version?
pylot? Because the module is calledpyplot.