安裝jupyterthemes,提示沒有權限

問題:

網上找了一個庫,想更改jupyter的主題,結果輸入 pip3 install jupyterthemes 後,提示Could not install packages due to an EnvironmentError: [Errno 13] Permission denied

解決辦法:

install後面加一個 --user就好

pip3 install --user jupyterthemes

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章