카테고리
생활코딩

jupyter matplot 한글 폰트 설정

몇 번 헤매다 답을 찾았다. I had this exact same problem on a Vagrant VM running Ubuntu Xenial 64-bit. No matter how many fonts I had already installed, matplotlib was having a problem with the “system” font name “sans-serif”. I fixed it by: Stopping Jupyter Installing font-manager: sudo apt install font-manager Cleaning the matplotlib cache […]