Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasballinger/ipythonturtle
https://github.com/thomasballinger/ipythonturtle
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasballinger/ipythonturtle
- Owner: thomasballinger
- Created: 2014-04-16T18:06:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T17:37:34.000Z (over 8 years ago)
- Last Synced: 2024-12-16T13:43:24.523Z (about 1 month ago)
- Language: Python
- Size: 269 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Turtle graphics in IPython notebook.
Based on the work of https://github.com/macewanCMPT395/aspidites
Outdated! This was a protype built during PyCon 2014 Sprints at the suggestion
of Greg Wilson to make the turtle module work better with IPython. It was
never completed. The goal was to factor out some of the work in Aspidites into
a new repo.Installation
------------Automatic
* Run ''''python deploy.py'''
* Run '''ipython notebook --profile=turtle'''Manual
* Create a new IPython profile called turtle.
* Copy turtle.js and turtle.css in the profile directory
* (~/.ipython/profile_turtle/static/custom/ by default).
* Add "require(['/static/custom/turtle.js'])" to the custom.js file.
* Run '''ipython notebook --profile=turtle'''.The Turtle Protocol
-------------------Just brainstorming for now.
A new turtle context always begins with nothing.