10000 Fix script tag on webgl page by LiamConnors · Pull Request #4561 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Fix script tag on webgl page #4561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update webgl-vs-svg.md
  • Loading branch information
LiamConnors committed Mar 29, 2024
commit 69a946e64475d090e7d7b2accec1646aa0a5e0c8
2 changes: 2 additions & 0 deletions doc/python/webgl-vs-svg.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

<!-- #region -->
```
%%html
<script src=“https://unpkg.com/virtual-webgl@1.0.6/src/virtual-webgl.js”></script>
```
<!-- #endregion -->

### WebGL for Scatter Performance

Expand Down
0