建议并成功安装JupyterLab构建,但无法正常运行。为什么?

时间:2019-06-03 10:17:54

标签: python plotly jupyter-lab

我正在从Anaconda运行JupyterLab,并使用以下命令安装了JupyterLab plotly extension

conda install -c conda-forge jupyterlab-plotly-extension

显然,安装成功,但是还是有问题。 启动JuyterLab时,出现以下提示:

enter image description here

点击BUILD可以给我以下信息:

enter image description here

然后单击RELOAD会影响JupyterLab,但是我又得到了:

enter image description here

然后继续旋转。有人知道为什么吗?

单击CANCEL也无济于事,因为剧情不会产生任何情节,只有blank spaces

enter image description here

1 个答案:

答案 0 :(得分:0)

解决方案:

停用防火墙并在Windows命令提示符下运行以下命令:

jupyter lab build

详细信息:

这原来是防火墙问题,我不确定为什么在JupyterLab界面中不会这样提示。 Windows命令提示符中的以下命令返回以下错误消息:

命令:

jupyter lab build

输出:

  

C:> jupyter labextensions列表JupyterLab v0.34.9已知的labextensions:   应用目录:   C:\ Users ******* \ AppData \ Local \ Continuum \ anaconda3 \ share \ jupyter \ lab           启用@ jupyterlab / plotly-extension v0.18.2可以

     

建议构建,请运行jupyter lab build:       @ jupyterlab / plotly-extension需要包含在构建中

     

C:> jupyter实验室版本[LabBuildApp] JupyterLab 0.34.9 [LabBuildApp]   建在   C:\ Users ******* \ AppData \ Local \ Continuum \ anaconda3 \ share \ jupyter \ lab   [LabBuildApp]>节点   C:\ Users ******* \ AppData \ Local \ Continuum \ anaconda3 \ lib \ site-packages \ jupyterlab \ staging \ yarn.js   安装yarn install v1.9.4信息未找到锁定文件。 [1/4]解析   包...错误发生意外错误:   “ https://registry.yarnpkg.com/@jupyterlab%2fapplication:自签名   证书链中的证书”。信息如果您认为这是一个错误,   请使用提供的信息打开错误报告   “ C:\ Users \ ******* \ AppData \ Local \ Continuum \ anaconda3 \ share \ jupyter \ lab \ staging \ yarn-error.log”。

让我怀疑是防火墙问题的那部分是

  

证书链中的自签名证书

在不太严格的防火墙设置上运行相同的命令会触发此输出(缩短):

  

d3阵列中的警告发现了d3阵列的多个版本:       1.2.4 ./~/d3-scale/~/d3-array\src\index.js中的./~/d3-scale/~/d3-array       2.2.0 ./~/d3-array\src\index.js中的./~/d3-array

     

检查如何解决重复的软件包:   https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle

     

“ index.html”的子html-webpack-plugin:        1项资产       入口点未定义= index.html       [KTNU] ./node_modules/html-loader!./templates/partial.html 567字节{0} [内置]       [YuTi](webpack)/buildin/module.js 497字节{0} [内置]       [aS2v] ./node_modules/html-webpack-plugin/lib/loader.js!./templates/template.html   1.22 KiB {0} [内置]       [yLpj](webpack)/buildin/global.js 489字节{0} [内置]           +1个隐藏模块

尽管有一些警告消息,JupyterLab现在仍能产生可打印的图形而没有任何问题:

enter image description here