plotly在jupyter中的使用

升级nodejs

conda update -c conda-forge nodejs

安装Jupyter widgets extension

jupyter labextension install @jupyter-widgets/jupyterlab-manager

安装FigureWidget support

jupyter labextension install plotlywidget

安装offline iplot support

jupyter labextension install @jupyterlab/plotly-extension

安装JupyterLab chart editor support (optional)

jupyter labextension install jupyterlab-chart-editor

你可能感兴趣的:(plotly在jupyter中的使用)