1. code에 삽입
먼저 IPython 패키지를 설치한다
!pip install IPython
Image함수로 이미지 경로를 설정하고 이미지를 출력한다
from IPython.display import Image
Image('images/image.png')
2. MarkDown에 삽입
![nn](images/image.png)
경로 설정 후 이미지 출력
'Python, Jupyter 🐍 > [Jupyter] 주피터' 카테고리의 다른 글
[Jupyter Error] is not UTF-8 encoded (0) | 2023.04.06 |
---|