-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
This could re-use the machinery added for #239
Pros:
- Make it possible to provide data that is not already JSON (e.g. CSV) but also does not live on the web
- Make it possible (though clunky) to do some kinds of model comparison by uploading CSV files generated by a different model/run into the analysis for this model/run
Cons:
- A naive implementation of this would have this be completely local, which would mean that a download or gist would no longer perfectly re-create the environment of the user who clicked Save -- some other set up would be necessary by the user
- Alternatively, we could include these arbitrary files in the data model, which would let them be save-able, but could dramatically complicate things.
This would definitely move the project further along the "a full IDE is what you really want" axis, which can be both good and bad