-
installing libraries on condaPython/tip of python 2020. 7. 20. 16:39
Although I've already installed some libraries, Jupyter Notebook doesn;t find them out from time to time.
At that time you'd better switch the way to install them.
If you don't use conda, just use :
pip install openpyxlIf you use conda, I'd recommend :
conda install -c anaconda openpyxlinstead of simply conda install openpyxl
Because there are issues right now with conda updating (see GitHub Issue #8842) ; this is being fixed and it should work again after the next release (conda 4.7.6)
'Python > tip of python' 카테고리의 다른 글
xlwings 라이브러리에서 좌표로 내용 입력하는 함수 (0) 2020.08.19 python - 빠진 자리 data (missingno) (0) 2020.07.20 data frame 문자열 다루기 (0) 2020.07.16 python - tip : 원하는 조건의 값을 받아내기 전까지 반복 (0) 2020.07.13 a, b값 바꿔치기(상호 교환) (0) 2020.07.13