Jeff Zhang created ZEPPELIN-4684:
------------------------------------
Summary: Unable to use plotly in IPython interpreter
Key: ZEPPELIN-4684
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4684
Project: Zeppelin
Issue Type: Improvement
Components: python
Affects Versions: 0.9.0
Reporter: Jeff Zhang
{code:java}
import plotly.graph_objects as go
fig = go.Figure(data=go.Bar(y=[2, 3, 1]))
fig.show()
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
