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
I use it with exactly the same example code in my first email:
import plotly.graph_objects as go
# Create traces
fig = go.Figure()
fig.add_trace(go.Scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16],
mode='lines+markers',
name='cool line',
line=dict(col
Thanks for that tip! It works.
However, the plotly menu is a little bit corrupted:
[cid:image003.jpg@01D74D9E.2D2993B0]
Instead of:
[cid:image002.png@01D74D9E.2D243C80]
In jupyter notebook.
But at least a good workaround. Many Thanks!
Von: f.idelber...@avm.de
Gesendet: Donnerstag, 20. Mai 2
Hi,
I need to have an option to upload (csv) files with data to be processed in the
notebooks (in Python). So far, I found several potential solutions:
1. Scp to the local file system on the server
2. Host the file somewhere and use wget
3. run a separate dash app on the same server fo
Thanks for the fast reply. Unfortunately, cloud storage is not the preferred
option for us. We would need to host any solution on our own internal server.
Von: Jeff Zhang
Gesendet: Donnerstag, 1. Juli 2021 08:42
An: users
Betreff: Re: how to upload data files for use in notebook (python)
Unf
Dear all,
I want to embed apache Zeppelin in our dashboard (written in dash). Both are
running on the same server. I tried to embed zeppelin via an iframe. However,
Firefox says that zeppelin does not allow to be shown in an iframe.
I commented the section for setting the XFRAME in the
/opt/ze
Hi,
it is for sure a silly/easy question, but I could not find any documentation on
how to update zeppelin from 0.9 to 0.10?
I am using the binary package. Is there a better solution than
installing/unpacking 0.10 into a new directory and then copying the config
files and notebooks? What files