Skip to content

Commit 44b3c5f

Browse files
authored
docs:bio: add no_display=true to circos iframe example
1 parent 5ed742d commit 44b3c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/bio-circos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dash_bio.Clustergram(
108108

109109
## Circos with Dash
110110

111-
```python
111+
```python no_display=true
112112
from IPython.display import IFrame
113113
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
114114
IFrame(snippet_url + 'bio-circos', width='100%', height=630)

0 commit comments

Comments
 (0)