plotly on jupyter lab

jupyter labでplotlyを使用しても、グラフが白紙。

検索しても有効な対処法がなかなか出てこなかった。せっかく見つけた内容をメモしておく。Anacondaでインストールしているのが前提の様だ。condaコマンド使うしね。

conda install -c plotly plotly=4.8.2
pip install jupyterlab "ipywidgets>=7.5"
conda install -c conda-forge nodejs
jupyter labextension install jupyterlab-plotly@4.8.2
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.8.2

ソースはこちら

jupyter labextensionのところは結構時間がかかる。気長に待つのがコツ。

node.jsも勉強が必要かな。

 

コメント

タイトルとURLをコピーしました