[Python] 이미지 출력 코드

황종수·2020년 12월 22일
0

코드 저장소

목록 보기
1/8

쥬피터 노트북에 이미지 출력하는 코드

from IPython.display import Image
Image("/content/drive/MyDrive/~~")

추가

  • 크기 설정 옵션
Image("/content/drive/MyDrive/~~", width = 2048) # width 설정
profile
호앙조옹스우

0개의 댓글