0%

jupyter lab画图不显示的问题

使用jupyter lab画图时,图片不显示。

需要安装一个扩展工具。

1
$ jupyter labextension install jupyterlab-plotly

这个工具需要依赖nodejs,如果没有安装的话,需要安装一下。

1
$ conda install nodejs

重启jupyter lab,图片即可正常显示。