embed_notebook {plotly} | R Documentation |
Embed a plot as an iframe into a Jupyter Notebook
Description
Embed a plot as an iframe into a Jupyter Notebook
Usage
embed_notebook(x, width = NULL, height = NULL, file = NULL)
Arguments
x |
a plotly object |
width |
attribute of the iframe. If |
height |
attribute of the iframe. If |
file |
deprecated. |
Author(s)
Carson Sievert
[Package plotly version 4.10.4 Index]