Comment vérifier si Matpot est installé

# at the Python REP type
>>> import matplotlib
>>> matplotlib.__version__
'3.1.1'
Funny Finch