matplotlib에 대한 업그레이드가 필요한 것으로 보여진다.
이에 대한 솔루션은 크게 5개로 직접 업그레이드를 하는 방법과 간접적으로 문제를 회피할 수 있는 방법으로 나뉜다.
conda upgrade matplotlib
or
pip install --upgrade matplotlib
conda install -c conda-forge matplotlib
pip uninstall matplotlib
이후
pip install matplotlib
설치
jupyter notebook shows error message for matplotlib Bad key "text.kerning_factor"
import pandas as pd import numpy as np import matplotlib.pyplot as plt Bad key "text.kerning_factor" on line 4 in /home/samyak/anaconda3/lib/python3.7/site-packages/matplotlib/mpl-data/stylelib/
stackoverflow.com