热线电话:13121318867

登录
2020-03-22 阅读量: 1538
jupyter notebook运行结果不显示中文

如上图所示jupyter notebook运行结果不显示中文,运行一下代码即可解决

from matplotlib.font_manager import FontManager

plt.rcParams['font.sans-serif'] = 'SimHei'

plt.rcParams['axes.unicode_minus'] = False

14.8338
3
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子