Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/278.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 安装Jupyter扩展_Python_Installation_Jupyter - Fatal编程技术网

Python 安装Jupyter扩展

Python 安装Jupyter扩展,python,installation,jupyter,Python,Installation,Jupyter,我想安装拼写检查jupyter的扩展。 我遵循了,但它需要root权限。 我想在计算集群上做,所以很明显我没有。 这是一种在没有超级用户的情况下安装此扩展的方法吗? 换句话说,你们能给我展示一下等同于pip的——用户标志吗 使用更新的命令会有帮助吗?本文使用了ipython命令,该命令被jupyter取代 在终端中使用此选项下载工具:- $ jupyter nbextension install https://bitbucket.org/ipre/calico/downloads/calico

我想安装拼写检查jupyter的扩展。 我遵循了,但它需要root权限。 我想在计算集群上做,所以很明显我没有。 这是一种在没有超级用户的情况下安装此扩展的方法吗?
换句话说,你们能给我展示一下等同于pip的——用户标志吗

使用更新的命令会有帮助吗?本文使用了
ipython
命令,该命令被
jupyter
取代

在终端中使用此选项下载工具:-

$ jupyter nbextension install https://bitbucket.org/ipre/calico/downloads/calico-spell-check-1.0.zip
$ jupyter nbextension install https://bitbucket.org/ipre/calico/downloads/calico-document-tools-1.0.zip
$ jupyter nbextension install https://bitbucket.org/ipre/calico/downloads/calico-cell-tools-1.0.zip
然后,使用以下命令启用它们:-

$ jupyter nbextension enable calico-spell-check
$ jupyter nbextension enable calico-document-tools
$ jupyter nbextension enable calico-cell-tools

在发布解决方案之前,您是否测试过它?我想不是。[bash]$jupyter nbextension安装回溯(最近一次调用):(..)OSError:[Errno 13]权限被拒绝:'/usr/local/share/jupyter'Hmm。。。那天早上在你问这个问题之前我自己做的。也许我的系统设置不同。。。我相信我不是root,但我的Jupyter可能是本地安装的,这就是为什么。。。不确定。。。不管怎样,希望你能找到解决办法。