https://luvris2.tistory.com/119
AWS EC2 - Streamlit ๋์๋ณด๋์ ํ๊ธ ์ถ๋ ฅํ๊ธฐ (ํ๊ธ ๊นจ์ง)
์ด ๊ธ์ ๋ฆฌ๋ ์ค ํ๊ธ ํฐํธ๊ฐ ์ค์น๋์ด์๋ค๋ ๊ฐ์ ํ์ ์งํํฉ๋๋ค. ์๋์ ํฌ์คํ ์ผ๋ก ์ด๋ํ๋ฉด ํ๊ธ ํฐํธ๋ฅผ ์ค์นํ๋ ์ ์ฐจ๊ฐ ๊ธฐ์ฌ๋์ด์์ต๋๋ค. https://luvris2.tistory.com/118 ๋ฆฌ๋ ์ค - ํ๊ธ ํฐํธ ์ค
luvris2.tistory.com
์ค์น๋ ์ ๋ธ๋ก๊ทธ๋ฅผ ์ฐธ์กฐํ๋ค
# ๊ทธ๋ํ์ ํ๊ธ ๋์ค๊ฒ ํ๋ ์ฝ๋
import platform
import matplotlib.pyplot as plt
from matplotlib import font_manager, rc
plt.rcParams['axes.unicode_minus'] = False
if platform.system() == 'Linux':
rc('font', family='NanumGothic')