nbdev
nbdev copied to clipboard
Create delightful software with Jupyter Notebooks
Attempting to run `nbdev_new` on a cloned empty repository fails to infer settings from git and returns an error after entering settings values. nbdev 2.0.7 is installed. **Steps to reproduce**:...
Right now we don't have good error messages when imports & code are mixed in a cell and things can hang leaving the user confused. We should catch this and...
The settings.ini file contains information conventionally stored in pyproject.toml. since the pyproject.toml structure is being increasingly adapted, for example by mainstream tools like poetry, or best practice focused ML platforms...
Feedback from @tcapelle He wants to use all of the nbdev utilities even outside nbdev: - `nbdev_clean` - Fixing merge conflicts - `nbdev_test` Right now, these things appear to require...
Should have been fixed in Quarto here: https://github.com/quarto-dev/quarto-cli/commit/dbb9de99a1ad959d1d6e064654002a8247138289 Check whether `#| output: asis` fixes it.
Currently, docs rendered locally with nbdev_preview have doclinks to nbdev.fast.ai instead of localhost
We should render docs for methods by default rather than requiring showdoc(...) on each method. Of course its better if people use showdoc(method) as that promotes better docs, but perhaps...
Can you guys add a command for uploading to the [Test PyPi server](https://test.pypi.org/) instead of the main one? Surely, this will reduce the clutter on the main server that many...
I would like to add docstrings to my modules when working with nbdev, following PEP257 guidelines (afterall, the first way I look is just ```module?``` in Jupyter.) The problem, for...