Eduardo Blancas

Results 297 comments of Eduardo Blancas

Taken from #310: Detecting changes on imported modules is technically feasible but it isn't a trivial feature, it involves some heavy static analysis. Example: ```python # ploomber won't detect changes...

Hi, following up here I went ahead and enabled our binder cluster for pyRiemann: https://binder.ploomber.io/v2/gh/aimclub/FEDOT/master?filepath=examples It's giving some issues because of the multiple requirement files: ``` Step 4/11 : RUN...

yes, we fixed the performance issue when `%autopandas` is turned on. And we just started working on https://github.com/ploomber/jupysql/issues/470 to provide further improvements. If you encounter any performance issues, let us...

hi, thanks for your feedback. we'll work on this. this is an easy fix. We already support [passing custom args](https://github.com/ploomber/soopervisor/blob/c1238e5458e3103e5a852f2c78561095e5cdc997/src/soopervisor/commons/docker.py#L106) to `docker build` , although this feature is undocumented. the...

Note: "adding the suffix in the wrong place" has been fixed

Our CI also started failing, and we narrowed it down to jupyter_client 8 (we run some of our examples with papermill, which uses jupyter_client, just like nbclient). we didn't try...

awesome, thanks for looking at this! in case it helps, there are some notes in the docs about why ipycanvas doesn't work out of the box in Voila (perhaps they're...