我想安装检查拼写jupyter的扩展名。 我跟着this instruction但它需要root权限。 我想在计算集群上这样做,所以显然我没有它。 这是没有超级用户安装此扩展的方法吗? 换句话说,你能告诉我相当于pip --user flag吗?
答案 0 :(得分:-1)
使用较新的命令会有帮助吗?本文使用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