JupyterLab[edit]

開発[edit]

Localization[edit]

Install[edit]

(base) # conda install -c conda-forge jupyterlab -y

設定[edit]

JupyterHub[edit]

Notebook[edit]

起動[edit]

コンソール起動[edit]
jupyter lab --allow-root --ip=0.0.0.0

Command[edit]

Update[edit]
Version[edit]

カーネル[edit]

拡張機能[edit]

labextensions[edit]

一覧[edit]
jupyter labextension list
uninstall[edit]
jupyter labextension uninstall .....

python3-matplotlib[edit]

yum install --enablerepo "powertools" python3-matplotlib

ipyturtlenext[edit]

metakernel[edit]

JupyterLab-Blockly[edit]

開発 Install[edit]
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 .  # 必要に応じて
Uninstall[edit]
pip uninstall jupyterlab_blockly
Packaging[edit]
pip install build twine
python -m build
Bug[edit]

jupyterlab-tabular-data-editor[edit]

開発 install[edit]
git clone https://github.com/jupytercalpoly/jupyterlab-tabular-data-editor.git
cd jupyterlab-tabular-data-editor
pip install -e .
jupyter labextension develop . --overwrite
vi tsconfig.json
jlpm build
chmod -R a+rx .  # 必要に応じて
-   "target": "es2017",
+   "target": "es2018",
+   "skipLibCheck": true,
Uninstall[edit]
pip uninstall jupyterlab-tabular-data-editor

Trouble Shooting[edit]

Javascript Error: IPython is not defined[edit]


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-10-04 (水) 16:48:34