how to update zeppelin

2021-12-21 Thread Uwe.Bauder
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

AW: how to upload data files for use in notebook (python)

2021-07-01 Thread Uwe.Bauder
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)

how to upload data files for use in notebook (python)

2021-07-01 Thread Uwe.Bauder
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

AW: AW: plotly plots in apache zeppelin

2021-05-20 Thread Uwe.Bauder
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

AW: plotly plots in apache zeppelin

2021-05-20 Thread Uwe.Bauder
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',

plotly plots in apache zeppelin

2021-05-20 Thread Uwe.Bauder
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