Has anyone experimented with rigging prefect flows which execute jupyter notebooks? We have folks who author scrapes in a no-code tool, and then they may need to set up scheduled postprocessing of incremental ingested data. Anyone doing something similar?
k
Kevin Kho
09/05/2021, 2:07 AM
Hi @Tim Chklovski, have you seen the jupyter tasks ? these use papermill under the hood to execute jupyter notebooks.
t
Tim Chklovski
09/05/2021, 2:53 AM
yup, that’s what i think i linked to in the question… i was wondering if folks have set up flows that publish a notebook to s3 and then run it… (eg we use deepnote.com
k
Kevin Kho
09/05/2021, 2:58 AM
Oh sorry I missed that. I see what you mean. So not quite the same, but I did see a user run a flow on deepnote and he has a blog entry here
Kevin Kho
09/05/2021, 2:59 AM
But I think I took a look around Deepnote and there didn’t seem to be an API to interact with? Prefect would need to orchestrate that through an API