Slackbot
12/27/2022, 3:12 PMEduardo
Juan Escamilla
12/27/2022, 3:30 PMEduardo
papermill_params
to your task and pass a different kernel_name
. of course, this involves some setup since you need to ensure you have multiple kernels registered and they are discoverable by your current environment. is this what you need?
what I'm not following clearly is how you're planning to distribute in different computersJuan Escamilla
12/27/2022, 5:06 PMEduardo
ploomber install
command installs packages for the whole pipeline. to solve your problem you'd have to manually list the dependencies that the task you want to execute requires and create the requirements.txt, then execute it in a different machine.
In Ploomber Cloud, we actually have this functionality, and we're able to infer a requirements.txt based on the contents of a jupyter notebook. most of the logic is open-source so if you wanna take a look, it's here. but for your use case, it's probably simpler to just create the requirements.txt file manuallyJuan Escamilla
12/28/2022, 10:07 AMEduardo