O tudo funciona sem "grf.show()", ao tentar exibir o gráfico mostra a msg de erro:
# ValueError: Mime type rendering requires nbformat>=4.2.0 but it is not installed
Estou usando:
import plotly.express as plt
grf = plt.histogram(tbl, x="idade", color="cancelou")
grf.show()
Como se resolve?
Alguém pode me ajudar?
Agradeço antecipadamente.