Metadata-Version: 2.3
Name: jupyterlab_broccoli
Version: 0.4.7
Dynamic: Keywords
Summary: Fork of blockly extension for JupyterLab.
Project-URL: Homepage, https://github.com/FumiHax/jupyterlab-broccoli
Project-URL: Bug Tracker, https://github.com/FumiHax/jupyterlab-broccoli/issues
Project-URL: Repository, https://github.com/FumiHax/jupyterlab-broccoli.git
Author-email: "Fumi.Iseki" <iseki@rsch.tuis.ac.jp>
License: BSD 3-Clause License
                
                Copyright (c) 2022, quantstack
                All rights reserved.
                
                Redistribution and use in source and binary forms, with or without
                modification, are permitted provided that the following conditions are met:
                
                1. Redistributions of source code must retain the above copyright notice, this
                   list of conditions and the following disclaimer.
                
                2. Redistributions in binary form must reproduce the above copyright notice,
                   this list of conditions and the following disclaimer in the documentation
                   and/or other materials provided with the distribution.
                
                3. Neither the name of the copyright holder nor the names of its
                   contributors may be used to endorse or promote products derived from
                   this software without specific prior written permission.
                
                THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
                AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
                DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
                FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
                SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
                CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
                OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
                OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License-File: LICENSE
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 3
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Requires-Dist: jupyterlab>=4.1
Provides-Extra: dev
Requires-Dist: click; extra == 'dev'
Requires-Dist: jupyter-releaser; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Description-Content-Type: text/markdown

# 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
  * https://github.com/QuantStack/jupyterlab-blockly
## 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
<img width="90%" src="https://user-images.githubusercontent.com/95947474/270168325-98db3301-d557-43d2-9e08-f5e17163462b.png">
<br>
<br>
<img width="90%" src="https://user-images.githubusercontent.com/95947474/270168337-edd7775e-46d5-4693-8659-6b47a581b968.png">



## jupyterlab-blockly
- https://github.com/QuantStack/jupyterlab-blockly
