VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

File Upload cell #293

Open okennedy opened 8 months ago

okennedy commented 8 months ago

Vizier has a way to upload datasets, but not raw files. This creates a challenge, particularly for hosted instances of Vizier, since we need to resort to awkward workarounds like loading data files (e.g. pictures, etc...) in a Python or Scala cell. Also, there is an export file, so having a file upload cell would provide symmetry.

A few thoughts:

image