참고한 글: https://teddylee777.github.io/colab/colab-korean/ 구글 코랩(colab) 한글 깨짐 현상 해결방법구글 코랩(colab) 한글 깨짐 현상 해결방법에 대해 알아보겠습니다.teddylee777.github.io 1. 아래 코드 실행해서 나눔 폰트 설치!sudo apt-get install -y fonts-nanum!sudo fc-cache -fv!rm ~/.cache/matplotlib -rf 왼쪽 '파일' 탭에서 /usr/share/fonts/nanum 가 보면 나눔 폰트들이 설치되어 있을 것이다. 2. colab 메뉴 런타임 -> 세션 다시 시작 3. plot 하기 전에 아래 코드 실행 (폰트는 위의 경로에 있는 것 중 마음에 드는 것을 선택)#plt..