Re: AW: plotly plots in apache zeppelin

2021-05-20 Thread f . idelberger
I have created an issue.   - Original message - From: "Jeff Zhang" To: "users" Cc: Subject: Re: AW: plotly plots in apache zeppelin Date: Thu, May 20, 2021 5:31 PM   Awesome, it works.  @f.idelberger, could you create a jira ticket to add such an example in the z

Re: AW: plotly plots in apache zeppelin

2021-05-20 Thread Jeff Zhang
Awesome, it works. @f.idelberger, could you create a jira ticket to add such an example in the zeppelin doc, I think it would benefit other people. 于2021年5月20日周四 下午11:12写道: > Dear Uwe, > > instead of > > fig.show(), > > you rather use: > > print('%html {0}'.format(fig.to_html())) > > > - Ori

Re: AW: plotly plots in apache zeppelin

2021-05-20 Thread f . idelberger
Dear Uwe,   instead of   fig.show(),   you rather use:   print('%html {0}'.format(fig.to_html()))   - Original message - From: To: Cc: Subject: AW: plotly plots in apache zeppelin Date: Thu, May 20, 2021 4:58 PM   I use it with exactly the same example code in my first email