Replit VNC graphics not working

I’m trying to visualise a matplotlib.pyplot.imshow image, but the image just doesn’t load:

They seem to work in Spyder IDE, but not in Google Chrome.
What can I do about this?

1 Like

Could you link the repl?

And have you tried refreshing the page, rerunning the repl or using a different browser?

I don’t know if I can link the repl because it’s part of a team.

I have tried all of your suggestions, none of them work.

If it’s a public reply, just send the link. I can fork it and test it myself.

The reason it doesn’t work when you restart the repl is because it’s a VNC feed from a container on a server. The container is still running, but the feed to your repl stopped.

You could try running kill 1 in the shell when this happens, but seems like a bug to be reported.
Screen Recording 2022-08-18 at 5.32.36 pm

2 Likes

Hi @TimothyClark so glad that you’ve managed to work out what the issue was.

I suppose the next step is convincing IT to replicate what they did to fix your issue for the student domain!

1 Like