집에서는 pip install jupytertheme 하면 문제없이됐는데
회사에서 하니까 저런 창이 뜨면서 안됨. 검색해보니 보통 회사컴퓨터에서 이런 문제가 종종 발생한다고 한다.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)'))': /simple/jupyterthemes/
여기 링크들어가면 설명해줌.
https://melonicedlatte.com/2020/08/12/082300.html
이 문장을 입력하고 라이브러리 install하면 된다.
!pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org 설치할패키지이름
'파이썬 > 팁' 카테고리의 다른 글
주피터노트북 설정 : filterwarnings 경고문끄기 (0) | 2022.07.01 |
---|---|
주피터노트북 설정 : 그래프 기본설정 바꾸기 (0) | 2022.06.29 |
주피터 노트북 설정 : All-In-One (0) | 2022.06.26 |
주피터노트북 설정 : cell 너비, 텍스트정렬 등 (0) | 2022.06.26 |
주피터 노트북 설정 : 테마, 폰트크기 등등 (0) | 2022.06.26 |