Skip to content

jupyter-fumihax/jupyterlab-broccoli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyterlab-broccoli

JupyterLab Extension for Blockly This is a fork of Jupyterlab-Blockly extension for JupyterLab

Broccoli

  • jupyterlab-broccoli is the fork of jupyterlab-blockly
    • Added several icons, including a save icon.
    • Added save confirmation dialog when close.
    • Added confirmation dialog for kernel restart.
    • Toolbox localization (Japanese language only now).
    • New split layout for panel.
    • Save using kernel information to file.
    • Fixed a few bugs.
    • Added "Copy Blockly Output to Clipborad" command at context menu. (v0.3.6)
    • JupyterLab v4 support.
  • Corresponding version is jupyterlab-blockly 0.3.0a

Install

for JupyterLab ^4.1.x

pip install jupyterlab-broccoli

for JupyterLab ^3.6.x

pip install jupyterlab-broccoli==0.3.6

Requirements

  • ~0.4.6 : JupyterLab ^4.1.0, Blockly ^9.3.3
  • ~0.4.5 : JupyterLab ^4.0.0, Blockly ^9.3.3
  • =0.4.0 : JupyterLab ^4.0.0, Blockly ^10.2.2 (Over write functions of generator do not work)
  • ~0.3.x : JupyterLab ^3.6.0, Blockly ^9.3.3

Screen Shot



jupyterlab-blockly

Languages

  • TypeScript 90.6%
  • Python 5.7%
  • JavaScript 3.3%
  • CSS 0.4%