Skip to content

Releases: ramalho/jupyturtle

A Proper Python Package

01 Apr 17:38
Compare
Choose a tag to compare

jupyturtle is now a Proper Python Package™, installable with pip, published on PyPI.

Installation is not required, unless you want to run tests and contribute.

You can still simply download the jupyturtle.py file and place it on the same folder as your Jupyter Notebook. This can make it easier to use on notebooks hosted by cloud providers.

The Tao of The Turtle

26 Mar 04:16
Compare
Choose a tag to compare

Better performance drawing with <path> instead of <line>. Added set_color and set_width commands.

March 2024

23 Mar 02:20
Compare
Choose a tag to compare

This is the exact release Allen Downey uses in Think Python Third Edition

February 2024

01 Mar 20:50
b5977c6
Compare
Choose a tag to compare

First release of jupyturtle. For users, the "package" consists of a single file, jupyturtle.py, to be placed on the same directory as your Jupyter Notebook .ipynb files that need to import it.