Hello Debian Users,

I am playing with jupyter-qtconsole in Xfce. Debian is Debain version 11.4.
When I launch a turple from the jupyter-qtconsole, I get a turtle console as 
expected.
And I can move the turtle around. However, when I switch to another workspace 
and
then come back to the workspace having the turtle console, it appears that the 
turtle
console is unresponsive: the frame is present, but the inside contain random 
stuff
from other workspaces.
When I do the same directly from python3, the turtle console behaves as 
expected.

How can we fix this issue ?

The python3 code is:

import turtle
bob=turtle.Turtle() ## here a turtle console pop up
bob.fd(100) ## and so forth.


Thanks in advance,
best wishes,
Jerome

Reply via email to