我正在jupyter实验室设置pythreejs。 Jupyter实验室使用conda进行设置,但是在Windows 7上运行pythreejs安装存在问题。
>>> conda --version
4.6.14
>>> jupyter lab --version
0.32.1
>>> conda list pythreejs
pythreejs, version=2.0.2, build=py36_1001
当我打开jupyter lab时,弹出以下错误:
Build建议使用JupyterLab构建建议将jupyter-threejs包含在构建中jupyterlab-datawidgets需要包含在其中 建立
我点击构建并获得:
构建失败,请在服务器上运行'jupyter lab build'...
我以admin身份在cmd行上运行“ jupyter lab build”(conda在Program Files中),节点开始工作,直到冻结以下内容:
_? jupyter-threejs@file:../extensions/jupyter-threejs-2.0.3.tgz_
有什么建议吗?