ipython-turtle-widget
ipython-turtle-widget copied to clipboard
Automatically enable extension
Recent versions of Jupyter notebook allow extensions to be automatically enabled on install, which removes the need to explicitly run the jupyter nbextension enable --py --sys-prefix ipyturtle command, which my catch some users out.
I think the relevant docs are here?