Case:
fig.show() using Plotly does not work in jupyter
What to do:
Force rendering adding this line just before fig.show() using pio
Example:
import plotly.io as pio
pio.renderers.default = 'iframe'
fig.show()
Listo!
Site dedicated mainly to internetworking. The goal is to share experiences, teach IP, IPv6. Talk about Linux, IP services, servers, promote IPv6 adoption, routing protocols, security and in some cases just some thoughts. Keywords: linux, cisco, ospf, bgp, eigrp, ip, ipv6, sla, link, routers, routings, telco, telecommunications, security, ipv4
Case:
fig.show() using Plotly does not work in jupyter
What to do:
Force rendering adding this line just before fig.show() using pio
Example:
import plotly.io as pio
pio.renderers.default = 'iframe'
fig.show()
Listo!