Make the turtle inline graphics

I use the turtles package in python downtimes. Now I switched to using a Jupyter laptop. How can I make the turtle inline, and not open a separate graphic screen. I don’t know at all. Any pointers and tips would be greatly appreciated.

+7
python jupyter-notebook turtle-graphics
source share
1 answer

It seems you can make the turtle module work if you run the Jupyter Notebook containing the code twice. Not sure why it works, but it does!

-one
source share

All Articles