Olá, boa tarde!
Meu código dá erro. Já segui as orientacoes de posts anteriores mas o erro permance. Alguém poderia me ajudar?
Meu código está exatamente igual ao ensinado pelo professor.
AttributeError Traceback (most recent call last)
/tmp/ipython-input-1896336448.py in <cell line: 0>()
----> 1 plt.bar(x=estudantes, height=notas)
22 frames
/usr/local/lib/python3.12/dist-packages/matplotlib_inline/backend_inline.py in _enable_matplotlib_integration()
216 backend = matplotlib.get_backend(auto_select=False)
217 else:
--> 218 backend = matplotlib.rcParams._get("backend")
219
220 if ip and backend in ("inline", "module://matplotlib_inline.backend_inline"):
AttributeError: 'RcParams' object has no attribute '_get'