getting an error while importing matplotlib in jupyter note book

Hi,
I am getting an error while importing the matplotlib in jupyter notebook using python.
I have attached a screenshot below. Please do the needful and help me. I have tried various methods from google to solve this, but still the error is not solved.

the error showing is :


ImportError Traceback (most recent call last)
in
----> 1 import matplotlib.pyplot as plt

~\AppData\Roaming\Python\Python38\site-packages\matplotlib\pyplot.py in
47 from cycler import cycler
48 import matplotlib
—> 49 import matplotlib.colorbar
50 import matplotlib.image
51 from matplotlib import _api

~\AppData\Roaming\Python\Python38\site-packages\matplotlib\colorbar.py in
19
20 import matplotlib as mpl
—> 21 from matplotlib import _api, collections, cm, colors, contour, ticker
22 import matplotlib.artist as martist
23 import matplotlib.patches as mpatches

~\AppData\Roaming\Python\Python38\site-packages\matplotlib\collections.py in
18
19 import matplotlib as mpl
—> 20 from . import (_api, _path, artist, cbook, cm, colors as mcolors, docstring,
21 hatch as mhatch, lines as mlines, path as mpath, transforms)
22 from ._enums import JoinStyle, CapStyle

~\AppData\Roaming\Python\Python38\site-packages\matplotlib\lines.py in
9
10 import matplotlib as mpl
—> 11 from . import _api, artist, cbook, colors as mcolors, docstring, rcParams
12 from .artist import Artist, allow_rasterization
13 from .cbook import (

ImportError: cannot import name ‘artist’ from ‘matplotlib’ (C:\Users\ADMIN\AppData\Roaming\Python\Python38\site-packages\matplotlib_init_.py)