Embed a plot as an iframe into a Jupyter Notebook
embed_notebook(x, width = NULL, height = NULL, file = NULL)
a plotly object
attribute of the iframe. If NULL
, the width in
plot_ly
is used. If that is also NULL
, '100%' is the default.
attribute of the iframe. If NULL
, the height in
plot_ly
is used. If that is also NULL
, '400px' is the default.
deprecated.
Carson Sievert