Eduardo Blancas
Eduardo Blancas
We want to keep compatibility with papermill (although I agree that converting tuples into strings is an odd API choice). I'm open to extending the API so users can customize...
Thanks for the detailed answer! I think we can break down the action items: 1. Document how the parameter translation works so users know which data types are supported (and...
@neelasha23: looping you so you're aware of this > (1) If I create this as a draft PR, will that avoid noise for maintainers and assignments? I don't want to...
sounds good!
yeah, the light format uses `# +` as separator
hi, thanks for your contribution. #63 is modifying files that are not supposed to be notebooks (like a setup.py) I think we already manually converted most of the files to...
hi, we haven't explored this. are you running the notebook iterations one at a time? if you're and you're seeing memory usage increasing that might be a bug, a user...
yeah, I guess that there is some memory leak somewhere. another thing you can do to speed things up is turn off our anonymous telemetry: ``` export PLOOMBER_STATS_ENABLED=false ``` I'm...
> I believe ploomber itself doesn't use ploomber-engine and we'll probably need to change this to solve https://github.com/ploomber/ploomber/issues/1080 it doesn't use it by default but it can be enabled
> Yeah, I think if we want to solve 1080 we have to right? I quickly looked at the source code. It is possible to use ploomber-engine with ploomber but...