1. 安装 Node.js
在对应Environment 下 启动cmd
image.png安装Node js
image.png确认安装成功
image.png安装 Plotly Extension
# Basic JupyterLab renderer support
jupyter labextension install jupyterlab-plotly@4.14.3
# Static Image Export
conda install -c conda-forge python-kaleido
#Orca
conda install -c plotly plotly-orca==1.3.1 psutil
#Geo
conda install -c plotly plotly-geo=1.0.0
#Chart-studio
conda install -c plotly chart-studio=1.1.0
image.png
网友评论