How can i use Ploty Express in Spyder IDE?
I have tried the suggestion from this link. But i couldn't make it work. It is not even opening my default web browser (Google Chrome). Instead, it opens Internet Explorer in the main page.
I am trying something like this:
import plotly.express as px
from plotly.offline import plot
fig = px.density_mapbox(...)
plot(fig)
EDIT: Actually, a html file is being created in my working directory with the plot. So i must add something to my question.
Why is it opening Internet Explorer in the main page? Instead of just opening a new Chrome or new Tab in my already opened Chrome with the plot in it?1