Skip to content

Instantly share code, notes, and snippets.

@jeakwon
Created February 5, 2019 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeakwon/531dffc1ab7b14b5beb00bc7968ed594 to your computer and use it in GitHub Desktop.
Save jeakwon/531dffc1ab7b14b5beb00bc7968ed594 to your computer and use it in GitHub Desktop.
주피터 노트북 한글 표시
from matplotlib import font_manager, rc
font_name = font_manager.FontProperties(fname="c:/Windows/Fonts/malgun.ttf").get_name()
rc('font', family=font_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment