I have no solution for this problem, but you can disable the menu.
fig.to_html(config={'displayModeBar': True})
The function has more parameters that might be interesting performance-wise.
- Original message -
From:
To:
Cc:
Subject: AW: AW: plotly plots in apach
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
2021 17:12
An: users@zeppelin.apache.org
Betreff: Re: AW: plotly plots in apache zeppelin
Dear Uwe,
instead of
fig.show(),
you rather use:
print('%html {0}'.format(fig.to_html()))
- Original message -
From: mailto:uwe.bau...@dlr.de>>
To: mailto:users@zeppelin.apache.o
27;%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:
>
>
>
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 i
line=dict(color='red', width=4, dash='dash')))
fig.show(renderer='notebook')
Von: Jeff Zhang
Gesendet: Donnerstag, 20. Mai 2021 16:54
An: users
Betreff: Re: plotly plots in apache zeppelin
How do you use plotly in jupyter ? Do you use it in offline mode
How do you use plotly in jupyter ? Do you use it in offline mode like this
link ?
https://www.tutorialspoint.com/plotly/plotly_plotting_inline_with_jupyter_notebook.htm
于2021年5月20日周四 下午9:00写道:
> Hi,
>
>
>
> we are elaborating if apache zeppelin is a suitable tool for us for
> collaborative no
Hi,
we are elaborating if apache zeppelin is a suitable tool for us for
collaborative notebooks. So far, I am very happy. However, we often use plotly
in our jupyter notebooks and I do not get plotly plots displayed in apache
zeppelin.
I installed apache zeppelin 0.9.0. (binary package with al