JupyterLab-Broccoli/Devel
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* Devel of JupyterLab-Broccoli
** 確認
- インストールされているものの確認と不必要なものの削除
*** pip list | grep jupyter
**** アンインストール
- pip uninstall ...
*** jupyter labextension list
**** アンインストール
- jupyter labextension uninstall .....
- 削除できない場合
-- pip でインストールしている場合は pip uninstall ...
-- 開発環境でインストールしている場合は jupyter labextens...
--- jupyter labextension list では - だが,ファイル名は _...
** コンパイル
*** Broccoli
**** broccoli
- git clone https://github.com/jupyter-fumihax/jupyterlab...
- 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...
- cd jupyterlab-broccoli-turtle
- pip install -e ".[dev]"
**** broccoli-blocks
- git clone https://github.com/jupyter-fumihax/jupyterlab...
- cd jupyterlab-broccoli-blocks
- pip install -e ".[dev]"
#br
終了行:
* Devel of JupyterLab-Broccoli
** 確認
- インストールされているものの確認と不必要なものの削除
*** pip list | grep jupyter
**** アンインストール
- pip uninstall ...
*** jupyter labextension list
**** アンインストール
- jupyter labextension uninstall .....
- 削除できない場合
-- pip でインストールしている場合は pip uninstall ...
-- 開発環境でインストールしている場合は jupyter labextens...
--- jupyter labextension list では - だが,ファイル名は _...
** コンパイル
*** Broccoli
**** broccoli
- git clone https://github.com/jupyter-fumihax/jupyterlab...
- 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...
- cd jupyterlab-broccoli-turtle
- pip install -e ".[dev]"
**** broccoli-blocks
- git clone https://github.com/jupyter-fumihax/jupyterlab...
- cd jupyterlab-broccoli-blocks
- pip install -e ".[dev]"
#br
ページ名: