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

Hi, I noticed that nbdev_docs doesn't provide location where the error occured, if there is no heading in the ipynb file. **With heading:** ``` Exception: Error in notebook: utils_files in...

bug

When creating and uploading a package to the Python Package index with the `nbdev_pypi` I get a warning that direct invocation of setup.py is deprecated and should be avoided. ```...

bug

Since `nbdev` is importing stuff from`pkg_resources`, it should include `setuptools` as a dependency, otherwise this results in errors when trying to run `nbdev` commands in virtual environments for projects not...

For a function that returns multiple objects, parsing a numpy-style doctring with nbdev.showdoc (and nbdev_preview in the command window) only shows the first returned object. Example: ``` def f(x): """...

bug

## Description When using nbdev to write a Python package, I've encountered an issue possibly associated with the `nbdev_export` command: - Running `nbdev_preview` to check the rendered HTML version of...

`nbdev_readme` fails if I have a backslash in the docstring of any exported function, e.g. ``` #| export def f(): """ Example doctring $x \mapsto y$ """ return None ```...

bug

macOS: 14.6.1 Python: 3.12.2 Tried both with global install and fresh clean virtual environment. First pip install nbdev (successfull) Then when I run nbdev_new `repo = nbdev_test # Automatically inferred...

bug

I'm seeking clarification on the correct approach to update project metadata for an existing project, particularly for PyPI configuration. My current setup includes both a settings.ini file and a pyproject.toml...

Because [Markdown tables must have fixed-width columns](https://github.com/quarto-dev/quarto-cli/discussions/7399), the layout of the docments table is less than ideal. Here's an example from the nbdev documentation: We can use a css rule...

bug