Skip to content

Jupyter renderer fails in IE11 #1693

Closed
Closed
@etpinard

Description

@etpinard

Adapted from plotly/plotly.js#4015


Using plotly.py v4 and python 3.6.8:

import plotly.graph_objs as go
fig = go.FigureWidget()

fig.add_scatter(y=[2, 1, 4, 3])
fig.add_bar(y=[1, 4, 3, 2])
fig.layout.title = 'Hello FigureWidget'

fig.show()

in IE11 off Windows7 (via browserstack) gives

image

image

while the corresponding html output (see https://community.plot.ly/t/plotly-charts-not-displaying-in-ie/26506/2) renders fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions