Spotlight only showing output blackscreen and not console

Hello all, I have a repl that prints a pomodoro timer to the console. It works, however for some reason, the spotlight for this repl only shows the output which is just a black screen. It doesn’t show the console at all.

Is there a way to fix this? I’ve seen other repls that only show the console so I’m a little confused about this problem.

Here’s the Repl:
https://replit.com/@KingCao/Pomodoro-Cli?v=1

Hi @KingCao thanks for your question.

The Output window is being displayed because your file stats.py is displaying the information stored in the CSV file using matplotlib. Removing the stats.py file from my fork and commenting out line 20 stops the Output window from displaying (but also stops you from viewing your stats).

1 Like