Python Turtle graphics for Jupyter notebooks
The idea and much of the code for this module was inspired by Tolga Atam's ColabTurtle, via Allen Downey's book Think Python, Third Edition (O'Reilly, 2024).
This is a rewrite from scratch, using classes to model the turtle and canvas—to make it easier to test, maintain and evolve by avoiding numerous global variables to keep program state.