Skip to content

Commit df87ed9

Browse files
authored
Update bio-alignment-chart.md
add `no_display=true` to iframed cell
1 parent cdbeb71 commit df87ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/bio-alignment-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fig.show()
4848

4949
## Alignment Chart in dash_bio
5050

51-
```python
51+
```python no_display=true
5252
from IPython.display import IFrame
5353
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
5454
IFrame(snippet_url + 'bio-alignmentchart', width='100%', height=630)

0 commit comments

Comments
 (0)