远程服务器jupyter notebook安装插件

使用以下命令即可,注意–user不要省掉

pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install --user

加–use是为了把安装的东西放到自己的目录里面,非root用户没有写公共区域的权限,会报[Errno 13] Permission denied: '/usr/local/share/jupyter'这个错误。其他安装遇到类似情况同理,最后加个 --user就行。

你可能感兴趣的:(jupyter,python,linux)