jupyterlab-broccoli-turtle

Simple Turtle Blocks of Blockly extension for JupyterLab.


Keywords
blockly, jupyterlab, jupyterlab-broccoli, turtle
License
Other
Install
pip install jupyterlab-broccoli-turtle==0.4.7

Documentation

jupyterlab-broccoli-turtle

  • Simple turtle blocks for jupyterlab-broccoli
  • Attention: Almost impractical with FireFox because of FOUC. Do not use with FireFox.

Requirements

  • Pillow
    • pip install Pillow
  • jbturtle >= 0.2.0
    • pip install jbturtle

PyPI Project

Install

for JupyterLab 4.0.x

pip install jupyterlab-broccoli
pip install Pillow
pip install jbturtle
pip install jupyterlab-broccoli-turtle

for JupyterLab 3.6.x

pip install jupyterlab-broccoli==0.3.8
pip install Pillow
pip install jbturtle
pip install jupyterlab-broccoli-turtle==0.2.0

Screen Shot