方法一:
pyecharts加载不出html图片,已解决_pycharm中html加载图片-优快云博客
方法二:
1、镜像下载Git
2、Git安装教程
超详细之Git 2.41.0版本安装教程_git安装那个版本_pets_1021的博客-优快云博客
3、搜索Git Bash
4、jupter 中安装扩展插件
jupter 中操作
cd pyecharts-assets
5、扩展插件Nbextensions的安装
jupter 中操作
pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master
win+R打开,输入cmd
敲入cd /d 地址1,跳转到地址1(上图)
安装并激活插件:
jupyter nbextension install assets+回车(Enter)
jupyter nbextension enable assets/main+回车(Enter)
打开jupyter:
出现assets
最后去掉对勾
运行程序,出现图形
参考: