jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

Host notebook files on GCP storage or AWS S3 #329

Closed eoinmurray closed 7 years ago

eoinmurray commented 7 years ago

It would be useful to be able to host files in other places since some hosting services don't allow uploading and saving of files on the server that dashboards_server would be running on.

Would ye be interested in allowing the notebooks to be saved elsewhere?

Am I correct in that I just need to work on the following files:

  1. /app/notebook-fs.js
  2. /app/notebook-delete.js
  3. /app/notebook-store.js
  4. /app/notebook-upload.js
eoinmurray commented 7 years ago

I'll close since it looks like there's not interest.