美文网首页
在 Jupyter Notebook 使用 Plotly

在 Jupyter Notebook 使用 Plotly

作者: 数科每日 | 来源:发表于2021-01-28 11:17 被阅读0次

1. 安装 Node.js

在对应Environment 下 启动cmd

image.png

安装Node js

image.png

确认安装成功

image.png

安装 Plotly Extension

Plotly 官方Github


# 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

相关文章

网友评论

      本文标题:在 Jupyter Notebook 使用 Plotly

      本文链接:https://www.haomeiwen.com/subject/evsttltx.html