본문 바로가기
Python/Python tools

[Python] Permission denied error: '/usr/local/share/jupyter, jupyter extensions

by 춘춘주모 2021. 4. 7.
반응형

주피터 추가 기능을 사용하려고 아래 명령어를 입력했는데 제목같은 오류가 뜰 때가 있었다.

 

pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install

 

이럴 땐 

 

pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install --user

 

명령어로 설치하니 해결 되었다.

 

 

 

반응형

댓글