There's an annoying output when i run my Python project

An output black window with a cursor appears when I run this: https://replit.com/@redscorpse/3Medical-data-visualizer?s=app

I’ve never used medical_data_visualizer but I’m assuming it’s the reason the output is showing up…

that’s what it’s supposed to do. plotting stuff with matplotlib, plt, etc will open a graphical output like it would if you ran the code locally.

1 Like