在pycharm中的jupyter的输出中显示pyecharts图表

我在使用pycharm中的jupyter显示pyecharts时发现输出是空白,解决步骤如下(假设pycharm已安装jupyter插件,conda环境是pytorchok):

在conda环境安装pyecharts

conda activate pytorchok

pip install pyecharts

cd/D F:\repositories

git clone https://github.com/pyecharts/pyecharts.git

cd pyecharts

pip install -r requirements.txt

python setup.py install

安装jupyter插件

cd/D F:\repositories

git clone https://github.com/pyecharts/pyecharts-assets.git

cd pyecharts-assets

你可能感兴趣的:(python学习,开发语言,python,jupyter,pycharm)