nbdev icon indicating copy to clipboard operation
nbdev copied to clipboard

Create delightful software with Jupyter Notebooks

Results 179 nbdev issues
Sort by recently updated
recently updated
newest added

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**:...

bug

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...

enhancement

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...

question

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...

documentation
enhancement

Should have been fixed in Quarto here: https://github.com/quarto-dev/quarto-cli/commit/dbb9de99a1ad959d1d6e064654002a8247138289 Check whether `#| output: asis` fixes it.

bug
waiting for response

Currently, docs rendered locally with nbdev_preview have doclinks to nbdev.fast.ai instead of localhost

enhancement

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...

enhancement

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...

enhancement

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...

enhancement