강의 따라하면서 set_matplotlib.hangul 파일을 따로 저장해서 import 해봤지만 계속 한글 깨짐
import matplotlib.pyplot as plt
from matplotlib import font_manager, rc
font_path= 'c:/windows/Fonts/malgun.ttf'
font=font_manager.FontProperties(fname=font_path).get_name()
rc('font',family=font)
결국은 따로 저장해서 복붙하기로..