Display matplotlib hist

Hello,
I’m using this command line “_ = adult_census.hist(figsize= (20,14))” on my version of anaconda with Microsoft Edge.

The chart is not displayed on my screen while on the anaconda version embedded with the course it appears.

Could you tell if i have to change some settings on my personnal version of anaconda?

Regards

Simon

I assume that “personal version” mean that you are running the notebook locally?
I don’t think that the issue is linked to Anaconda.

You can try to explicitly require the plottingç

# To the following to work, you need to have imported matplotlib as
# import matplotlib.pyplot as plt
plt.show()

If this is still not working, I could imagine something weird happening between jupyter and the browser Edge. I would advise trying to switch to Firefox or Chrome to check if the problem is still present.