gpt4 book ai didi

python - 为什么 Plotly 不能在 Jupyter Lab 上运行?

转载 作者:行者123 更新时间:2023-12-01 06:54:10 24 4
gpt4 key购买 nike

我必须更新我的 Macbook Air 的 iOS (Catalina),因为我更新到了这个 iOS 版本,所以在我的 Jupyter-lab 环境中停止工作。

我已经按照plotly网站上显示的入门步骤进行操作:

$ pip install jupyterlab==1.2 "ipywidgets>=7.5"

当我运行一个随机示例时,它显示一个空的白色 block :

enter image description here

我导入的库(之前有效的库):

import pandas as pd 
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
import cufflinks as cf
from plotly.offline import download_plotlyjs,init_notebook_mode, plot,iplot
import plotly.graph_objs as go
init_notebook_mode(connected=True)
cf.go_offline()

%matplotlib inline

最佳答案

您需要安装相关的 JupyterLab 扩展,按照我们的入门指南:https://plot.ly/python/getting-started/

如果您遇到问题,请参阅我们的故障排除指南:https://plot.ly/python/troubleshooting/

关于python - 为什么 Plotly 不能在 Jupyter Lab 上运行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58880905/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com