Jupyter实验室窗口没有正确显示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jupyter实验室窗口没有正确显示相关的知识,希望对你有一定的参考价值。

我刚刚安装了Jupyter Lab并尝试了它,但它没有正确显示。我尝试重新安装和安装,但它显示相同的错误。

我正在使用dell xps 13,我尝试使用以下方法安装它:

  • 'pip install jupyterlab',和
  • 'conda install -c conda-forge jupyterlab'

两者都有相同的错误。这个问题有方法解决吗? Jupyter笔记本工作得很好。

Jupyter Lab Error

答案

我使用pip安装的jupyter实验室(在virtualenv中使用Win64和Python 3.6)有类似的问题。最后,我设法通过卸载pip安装程序版本并使用conda安装程序版本来运行它:

  • “pip uninstall jupyterlab”
  • “conda install jupyterlab”

以上是关于Jupyter实验室窗口没有正确显示的主要内容,如果未能解决你的问题,请参考以下文章

在 Jupyter 实验室/笔记本中突出显示检查函数的源代码

jupyter实验室中的plot.ly离线模式不显示绘图

jupyter 实验室中的自动单元执行时间

如何将 conda 环境添加到 jupyter 实验室

如何码头化 Jupyter 实验室

“未找到导入 tensorflow 模块”仅在 jupyter 笔记本上,但不在 jupyter 实验室或终端上