Почему не работает turtle python в Jupyter notebook

Как тогда подключить библиотеку?

Код

import turtle as tr

tr.done()

Ошибка

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Input In [10], in <cell line: 1>()
----> 1 import turtle as tr
      3 tr.done()

ModuleNotFoundError: No module named 'turtle'

Ответы (0 шт):