I was using python to draw a picture and realized that the resulting image was in the console. Not only does it feel awkward, but a lot of the functionality can't be realized (such as wishing to draw two curves in a picture).
Trying to generate a separate image window like matlab, then I searched the internet for over an hour and couldn't find what I was looking for, either just tutorials on how to draw a picture or questions posed and no one answered them.
I remembered that at one point I used a line of code that would do this. I did end up finding it inside the History log:
%matplotlib qt5
Displays the image in a newly generated picture window
%matplotlib inline
Displayed in the console
Above this python in a new picture window to display the picture (image) is all I have to share with you, I hope to give you a reference, and I hope you support me more.