2016-08-01 180 views
1

我想安装拼写检查拼写jupyter的扩展。 我跟着this instruction但它需要root权限。 我想在计算集群上这样做,所以显然我没有它。 这是一种没有超级用户的情况下安装此扩展的方法吗? 换句话说,你能告诉我相当于点 - 用户标志吗?安装Jupyter扩展

回答

-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 
+0

您是否测试解决方案之前发布呢?我想不是。 [bash] $ jupyter nbextension install https://bitbucket.org/ipre/calico/downloads/calico-spell-check-1.0.zip 回溯(最近呼叫最后): (....) OSError: [Errno 13] Permission denied:'/ usr/local/share/jupyter' – user1877600

+0

嗯......我刚刚自己做了那个早晨,然后才问你这个问题。也许我的系统设置不同......我相信我不是root,但我的Jupyter可能是本地安装,这就是为什么...不知道......无论如何,希望你找到你的解决方案。 –