jupyterlab-broccoli-blocks

Template of Blockly extension for JupyterLab.


Keywords
blockly, jupyterlab, jupyterlab-broccoli
License
Other
Install
pip install jupyterlab-broccoli-blocks==0.4.6

Documentation

jupyterlab-broccoli-blocks

Extension template for jupyterlab-broccoli

PyPI Project

Install

  • for devel
pip install jupyterlab-broccoli
https://github.com/fiseki/jupyterlab-broccoli-blocks.git

or

  • for user
pip install jupyterlab-broccoli
pip install jupyterlab-broccoli-blocks

Development

Compile

git clone https://github.com/fiseki/jupyterlab-broccoli-blocks.git
cd jupyterlab-broccoli-blocks
pip install -e ".[dev]"
jupyter labextension develop . --overwrite
jlpm build