Jupyter notebook Jupyterlabs没有显示详细的数字

Jupyter notebook Jupyterlabs没有显示详细的数字,jupyter-notebook,jupyter,plotly-dash,jupyter-lab,Jupyter Notebook,Jupyter,Plotly Dash,Jupyter Lab,只有我的jupyterlabs和dash,但我不能用它来显示图表。matplotlib(plt.show())的相同命令工作正常,但不会为生成输出,并且绘图图也显示在jupyter笔记本中。我不明白为什么它没有在jupyterlabs中显示。我已经跑了: pip install jupyterlab "ipywidgets>=7.5" jupyter labextension install jupyterlab-plotly@4.10.0 jupyter labext

只有我的jupyterlabs和dash,但我不能用它来显示图表。matplotlib(plt.show())的相同命令工作正常,但不会为生成输出,并且绘图图也显示在jupyter笔记本中。我不明白为什么它没有在jupyterlabs中显示。我已经跑了:

pip install jupyterlab "ipywidgets>=7.5"
jupyter labextension install jupyterlab-plotly@4.10.0
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.10.0
此外,我还在jupyterlabs中安装了
jupyterlab dash
扩展,并在lab中运行了build命令


绘图版本应与扩展版本匹配。您可以从页面上查看“JupyterLab问题”部分。