Skip to content

Commit 69a946e

Browse files
committed
Update webgl-vs-svg.md
1 parent 44a1dc3 commit 69a946e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: doc/python/webgl-vs-svg.md

+2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,12 @@ To use it, in the environment where your Plotly figures are being rendered, load
7272

7373
In a Jupyter notebook environment that supports magic commands, you can load it with the [HTML magic command](https://ipython.readthedocs.io/en/stable/interactive/magics.html#cellmagic-html):
7474

75+
<!-- #region -->
7576
```
7677
%%html
7778
<script src=“https://unpkg.com/[email protected]/src/virtual-webgl.js”></script>
7879
```
80+
<!-- #endregion -->
7981

8082
### WebGL for Scatter Performance
8183

0 commit comments

Comments
 (0)