draskell / flask_papermill

Flask server to do papermill jobs.
0 stars 0 forks source link

Notebook parameters should be set at the time of running #12

Open draskell opened 4 years ago

draskell commented 4 years ago

Right now the JupyterNotebook model has parameters set at the time of upload, but this should be more dynamic. Change the JupyterNotebook model to accept a parameters list and description, but not actual parameter settings. The PapermillRun model should have the parameter values which were set at the time of running.