kernel dead - python jupyter notebook matplotlib

데이터 분석/[Python] Troubleshooting

kernel dead - python jupyter notebook matplotlib

INCHELIN 2022. 2. 7. 18:09
728x90
import matplotlib.pyplot as plt

plt.plot()
plt.show()

<해결방법>

conda install --yes freetype=2.10.4

728x90