開発 Install
git clone https://github.com/QuantStack/jupyterlab-blockly.git cd jupyterlab-blockly pre-commit install # 多分いらない pip install -e ".[dev]" jupyter labextension develop . --overwrite jlpm build chmod -R a+rx . # 必要に応じて jupyter labextension list pip uninstall jupyterlab-blockly # pip でインストールした分を消す jupyter labextension list # 確認
Packaging
pip install build twine python -m build
- pip install build twine は一回だけ
- python -m build で dist/ に tar Ball ができる.
- tar Ball は jupyter labextension install tar_ball でインストール
Counter: 234,
today: 3,
yesterday: 1
最終更新: 2023-11-21 (火) 19:58:03 (JST) (293d) by iseki