Gorka Muñoz
Gorka Muñoz
Hi, I am having some recent trouble creating the docs for my library (https://github.com/andichallenge/andi_datasets). Everything used to work fine but recently, whenever I try to run `nbdev_docs`, I get this...
Hi, I am using the `nbdev_readme` command to generate the README file from `index.ipynb`. My repo looks as following (simplified): . ├── nbs/ │ └── index.ipynb ├── _proc/ │ └──...
This may be an enhancement, if it does not yet exist. Is it possible to have multiple return variable with their own description? This means, for instance, a function that...
Hi! We are trying to give the participants information about their submissions through the View detail results link in the Submission tab but it appears to be empty. Is this...
I am having trouble using `nbdev_pypi` due to a deprecation error from `pkg_resources` (see below). This makes that while it manages to push the package to Pypi, it does it...