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)

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

2021-07-01 Thread Jeff Zhang
Unfortunately, zeppelin doesn't provide such function now. Have you consider to use cloud storage ? So that zeppelin can read from there. 于2021年7月1日周四 下午2:32写道: > Hi, > > > > I need to have an option to upload (csv) files with data to be processed > in the notebooks (in Python). So far, I

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