embed_notebook {plotly} | R Documentation |
Embed a plot as an iframe into a Jupyter Notebook
embed_notebook(x, width = NULL, height = NULL, file = NULL)
x |
a plotly object |
width |
attribute of the iframe. If |
height |
attribute of the iframe. If |
file |
deprecated. |
Carson Sievert