Plt.show() not shoing graphs

I’ve been having trouble with plt.show() as well, either it won’t ever open the output window or whenever it does it usually says “There was an error connecting to the server”

As a temporary workaround, I’ve just been using plt.savefig("desiredname.png") instead of plt.show() to save an image of it.