Closed castorfou closed 2 years ago
I think this is caused by an upstream issue tracked in https://github.com/fastai/execnb/issues/42. That should be fixed by https://github.com/fastai/execnb/pull/43.
I'll close this in the meantime and reopen if needed.
do you know when release 0.1.5 will be created?
@jph00 could we please get an execnb release for https://github.com/fastai/execnb/pull/43?
@jph00 could we please get an execnb release for fastai/execnb#43?
Absolutely! :)
not 100% sure this is due to nbdev.
With this simple cell:
nbdev_prepare
ornbdev_docs
fails with the folowwing stacktrace:it looks like this call gui, backend = self.shell.enable_matplotlib(args.gui.lower() if isinstance(args.gui, str) else args.gui) is analysed as providing 2 arguments (due to ','?)
I have setup a minimalist repo to illustrate: https://github.com/castorfou/pycaret_nbdev
Just a plain new repo with nbdev_new and just added this pycaret import into 00_core.ipynb
As a workaround, I have tried with skip_exec: true in frontmatter. It works locally but not in CI/D (using gitlab not gh)