HeYStRanGeR
article thumbnail

(23.11.22)

 

총 5단계의 순서로 진행하면 jupyter notebook 에서 한글 폰트를 설정할 수 있다.

 

 

1. font 정보가 담겨있는 matplotlibrc 파일로 들어가서 바꿔주기

import matplotlib as mpl
import matplotlib.pyplot as plt
import maplotlib.font_manager as fm

print(mpl.matplotlib_fname())

 

해당 경로의 matplotlibrc 파일의 font.family 를 원하는 폰트 이름으로 바꿔준다.

 

 

2. mlp-data 경로 아래의 font 폴더에 직접 font 파일을 넣어준다.

 

 

3. 한글폰트로 작업하고자 했던 jupyter notebook 을 셧다운한다.

 

4. cache 경로를 찾아서 삭제한다.

 

 

 

5. jupyter notebook 을 다시 실행하여 작업하고자 한 내용을 진행한다.

 

한글로 출력되는 것을 확인할 수 있다.

728x90
profile

HeYStRanGeR

@HeYStRanGeR

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!