python3 / jupyter notebook python3에서 이미지 조회하기
파이썬에서 이미지 사이즈 조절해서 띄우는 방법!pip install pillowfrom PIL import Imageimage = Image.open("boxPlot.png")# 최대 크기를 (500, 500)으로 제한 (비율 유지)image.thumbnail((500, 500))image
A small notebook for slow moments slipping by.
keep wandering · keep listening