我的Jupyter实验室安装工作正常。我刚刚将我的nodejs升级到v10并完全从pip升级了我的jupyterlab模块。
尝试使用jupyterlab_bokeh
安装jupyter labextension install jupyterlab_bokeh
时,该过程会在流程的构建部分无限期挂起。它只是说
Resolving packages...
jupyterlab_bokeh@file:../extensions/jupyterlab_bokeh-0.5.0.tgz
有没有人遇到过这个?
答案 0 :(得分:1)
这可能是nodejs> 9兼容性的问题。降级到nodejs9对我有帮助(在Arch Linux上)。
请参阅:https://github.com/jupyter-widgets/ipywidgets/issues/2061