Jupyter notebook 在 github 上无法正确显示

tun*_*389 5 python ipython jupyter jupyter-notebook

这是我的笔记本:https : //gist.github.com/tung2389/772de25aede8bcf0c2a1e6251fa45063

当我在 Jupyter 中打开我的笔记本时,它看起来不错:

r

但是当我将笔记本上传到 GitHub 或使用https://nbviewer.jupyter.org/查看它时,它看起来很奇怪:

在此处输入图片说明

在我的笔记本中,我只使用 matplotlib 版本 3.3.0、numpy 1.19.1 和 pandas 1.0.5

我究竟做错了什么?

非常感谢!