【发布时间】:2021-01-18 10:23:19
【问题描述】:
我使用的是操作系统 Ubuntu 20.04,并且我已经安装了 Anaconda Python。我正在学习 orielly 的课程,讲师要求执行以下 2 个命令,在尝试时我收到了相应的错误消息,
命令:
jupyter labextension install jupyter-matplotlib
错误:
An error occured.
ValueError: "jupyter-matplotlib" is not a valid npm package
命令:
jupyter labextension install @jupyter-widgets/jupyterlab-manager
错误:
An error occured.
ValueError: "@jupyter-widgets/jupyterlab-manager" is not a valid npm package
我已经安装了 nodejs,供你参考。
【问题讨论】:
标签: python-3.x ubuntu anaconda jupyter-lab