Ido M
Ido M
Is this the light format? ``` # + # A single code cell made of two paragraphs a = 1 def f(x): return x+a ``` If not an example would...
I believe ploomber itself doesn't use ploomber-engine and we'll probably need to change this to solve [#1080](https://github.com/ploomber/ploomber/issues/1080)
Yeah, I think if we want to solve 1080 we have to right?
Created a few tags for us across the repos: high/med/low priority
great catch! Want to submit a PR? Make sure we're avoiding adding a new package dependency since the graph is already quite heavy
Yeah there's an issue with it I think regardless to the nb convert On Sat, May 14, 2022 at 3:12 AM Eduardo Blancas ***@***.***> wrote: > Assigned #36 to @idomic...
I'll take a look, seems like they changed something on their end. On Sun, May 15, 2022, 20:37 Eduardo Blancas ***@***.***> wrote: > I tried running the actual colab (not...
Isn't it too static? I mean 10 actions 4 times repeating over and over? I've meant some scheduling and automation to make it look random
@swaroop-k are you sure the pip packages installed correctly? Try importing these, is it passing? ``` import ibm_db import ibm_db_sa import ibm_db_dbi ``` FYI @edublancas
@Baoooooooda check out [Jupysql](https://github.com/ploomber/jupysql), this seems to work fine with that package (we forked this repo so it's still maintained and we can help users solve bugs/issues while keeping backward...