calysto icon indicating copy to clipboard operation
calysto copied to clipboard

Tools for Jupyter and Python

Results 4 calysto issues
Sort by recently updated
recently updated
newest added

Hi again: first, if you don't like to get this kind of question here, please let me know and apologies. I'm looking at Jyro and in turn looked at Calysto...

The `graphics.py` file says the license is GPL. However, the `LICENSE` file and `setup.py` file lists the project license as BSD-3-Clause. Using GPL code makes the license effectively GPL.

Hi! nice work! I'm trying calysto turtle with ipywidgets, and I would like to clear the canvas. How can I do that? Here is my code ``` import ipywidgets as...

The license requires that all copies of the software include the license. This makes sure the license is included in the wheels. See the wheel documentation [here](https://wheel.readthedocs.io/en/stable/#including-the-license-in-the-generated-wheel-file) for more information.