In jupyter notebook `import plotly.express as px iris = px.data.iris() px.scatter(iris, x="sepal_width", y="sepal_length", color="petal_length")` draws a color scale (or color bar) to the right of the graph:  When I open the same .ipynb file in Visual Studio Code, the scale does not show: 