ipython-turtle-widget icon indicating copy to clipboard operation
ipython-turtle-widget copied to clipboard

Automatically enable extension

Open psychemedia opened this issue 6 years ago • 0 comments

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?

psychemedia avatar Aug 28 '19 10:08 psychemedia