2016-08-01 314 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可能是本地安裝,這就是爲什麼...不知道......無論如何,希望你找到你的解決方案。 –