map_chart.render_notebook()为什么无法在vscode中显示
时间: 2024-04-02 17:37:55 浏览: 235
PointNet中出现错误的小文件render_balls_so.dll
5星 · 资源好评率100%
`map_chart.render_notebook()` 是将图表显示在 Jupyter Notebook 或 JupyterLab 中的命令,如果你希望在 VSCode 中显示图表,可以使用以下两种方法:
1. 使用 VSCode 的 Python Interactive 功能,将 `map_chart.render()` 替换为 `map_chart.show()`,然后在 Python Interactive 中运行代码即可显示图表。
2. 使用 VSCode 插件,例如 `matplotlib`,`plotly` 或 `ipython`,这些插件可以在 VSCode 中显示 Jupyter Notebook 或 JupyterLab 中的图表。安装相应插件后,使用 `map_chart.render_notebook()` 命令即可在 VSCode 中显示图表。
阅读全文