#author("2024-03-10T15:32:04+00:00","default:iseki","iseki")
#author("2024-03-10T15:32:29+00:00","default:iseki","iseki")
* Devel of JupyterLab-Broccoli
** 確認 
- インストールされているものの確認と不必要なものの削除
*** pip list | grep jupyter
**** アンインストール
- pip uninstall ...
*** jupyter labextension list
**** アンインストール
- jupyter labextension uninstall .....
- 削除できない場合
-- pip でインストールしている場合は pip uninstall ...
-- 開発環境でインストールしている場合は jupyter labextension list で表示されたシンボリックリンクを消す.
--- jupyter labextension list では - だが,ファイル名は _ になっている場合がある.
** コンパイル
*** Broccoli
**** broccoli
- git clone https://github.com/jupyter-fumihax/jupyterlab-broccoli.git -b for-jupyterlab-4
- cd jupyterlab-broccoli
- pip install -e ".[dev]"
-- エラーの場合
-- rm yarn.lock
-- yarn install
-- pip install -e ".[dev]"
**** broccoli-turtle
- git clone https://github.com/jupyter-fumihax/jupyterlab-broccoli-turtle.git
- cd jupyterlab-broccoli-turtle
- pip install -e ".[dev]"
**** broccoli-blocks
- git clone https://github.com/jupyter-fumihax/jupyterlab-broccoli-blocks.git -b for-jupyterlab-4
- jupyterlab-broccoli-blocks
- cd jupyterlab-broccoli-blocks
- pip install -e ".[dev]"

#br


トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS