can you use turtle in jupter notebook? code example
Example 1: python turtle jupyter notebook
$ pip install ipyturtle$ jupyter nbextension enable --py --sys-prefix ipyturtle
Example 2: python turtle jupyter notebook
from ipyturtle import Turtlet = Turtle()t