From 69a946e64475d090e7d7b2accec1646aa0a5e0c8 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Fri, 29 Mar 2024 11:23:06 -0400 Subject: [PATCH] Update webgl-vs-svg.md --- doc/python/webgl-vs-svg.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/python/webgl-vs-svg.md b/doc/python/webgl-vs-svg.md index 5c6fc457bf2..386ea40e1cd 100644 --- a/doc/python/webgl-vs-svg.md +++ b/doc/python/webgl-vs-svg.md @@ -72,10 +72,12 @@ To use it, in the environment where your Plotly figures are being rendered, load 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): + ``` %%html ``` + ### WebGL for Scatter Performance