PyCharm Jupyter notebook not rendering PyDeck visualization

I'm running a Jupyter Notebook in PyCharm. I'm trying to render a PyDeck visualization. When I run the notebook in my Chromium browser, the visualization renders correctly, however when I run the cell in PyCharm it completes but nothing shows up.

Here is the code of the visualization I'm trying to run

Does PyCharm not support deck.gl map visualizations?

 

```
PyCharm 2024.1.1 (Professional Edition)
Runtime version: 17.0.10+1-b1207.14 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.1.2
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Metal Rendering is ON
```

1

Solved: Click the “Trusted” checkbox in your Notebook settings so the Notebook can render Javascript. 

0

请先登录再写评论。