gkvoelkl / ipython-turtle-widget

Creating Turtle Geometry with IPython ipyturtle
MIT License
33 stars 12 forks source link

Automatically enable extension #8

Open psychemedia opened 5 years ago

psychemedia commented 5 years ago

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?