~~stoggle_buttons~~ ====== Insertar imagen de plotly en jupyter notebook ====== * Hay que instalarse [[https://github.com/plotly/orca|orca]] de plotly * ''%%sudo npm install -g electron@6.1.4 orca --unsafe-perm=true --allow-root%%'' import plotly.express as px from IPython.display import Image fig = px.line([1, 2, 3], [1, 1, 1]) Image(fig.to_image())