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