I\'m an ubuntu 16.4 user and I installed anaconda3 and using both python2 and python3 kernels.
>>>jupyter kernelspec list Available kernels: pyt
This worked for me on my windows 10 :
c:\python3x\python -m venv c:\path\to\your\env
. python -v
. env/Scripts/activate
. pip3 install matplotlib
.