Make turtle graphics inline

dearbharat picture dearbharat · Jan 21, 2017 · Viewed 7.3k times · Source

I have been using turtle package in python idle. Now I have switched to using Jupyter notebook. How can I make turtle inline instead of opening a separate graphic screen. I am totally clueless about. Any pointers and advice will be highly appreciated.

Answer

marco picture marco · Jul 16, 2018

I found the following library that has a Turtle implementation working in Jupyter notebooks: https://github.com/takluyver/mobilechelonian