C:\Users\user\AppData\Local\Temp\ipykernel_7172\2106068084.py:2: DeprecationWarning: `set_matplotlib_formats` is deprecated since IPython 7.23, directly use `matplotlib_inline.backend_inline.set_matplotlib_formats()` set_matplotlib_formats('retina')
이런 경고 메세지가 발생한다면?
물론 작동에는 문제가 없지만.... 상당히 거슬리죠?
# 기존의 경고가 발생한 코드
set_matplotlib_formats('retina')
# 경고가 발생하지 않는 코드로 바꿔주기
%config InlineBackend.figure_format = 'retina'
'사랑하는 Python' 카테고리의 다른 글
주피터에서 파이썬 경로 확인하기 (0) | 2023.03.21 |
---|---|
Windows 환경의 주피터에서 파이썬 버젼 확인하기 (0) | 2023.03.21 |
Windows 환경에서 Folium 설치하기 (0) | 2023.03.21 |