2021年02月16日 7.7k 阅读 💻极客编程 matplotlib 正常显示中文教程,font_manager 报错解决,RuntimeWarning: Glyph 20195 missing from current font. 解决方案 matplotlib 因为是外国人开发的,默认不支持中文标签等的显示。需要我们做一些事情来支持。那么如何支持中文呢?首先我们用 font_manager 的方式来看看:# matplotlib ...
2021年02月12日 2.8k 阅读 💻极客编程 jupyter 代码自动补全插件、安装后出现警告 “Config option `template_path` not recognized by `LenvsLatexExporter`” 的解决方案 jupyter notebook 支持安装扩展,方法为:pip install jupyter_contrib_nbextensions -i https://pypi.mirrors.ustc...