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

The fact that the error message said `jupyter` not `jupyterlab` made me install the wrong package. `jupyter` is a really outdated metapackage (last update 2015).

Thank you for the repository. Lately, I've been working extensively with `console_scripts`. Currently, we're using fastcore's `call_parse` to wrap functions and then manually adding entries to the `settings.ini` file, like...

Python 3.12.4 on Mac ``` ➜ pip install nbdev ➜ nbdev_new Traceback (most recent call last): File "/Users/user/Documents/Code/Shell/NBDev_Tutorial/venv/bin/nbdev_new", line 5, in from nbdev.cli import nbdev_new File "/Users/user/Documents/Code/Shell/NBDev_Tutorial/venv/lib/python3.12/site-packages/nbdev/__init__.py", line 3, in...

bug

# Provide a minimally reproducible example #1428 changed the following line https://github.com/fastai/nbdev/blob/8095d12c260dd7cc5d8c2ca34e89819c58fd679a/nbdev/doclinks.py#L74 to https://github.com/fastai/nbdev/blob/ea935f5cb6adf3f1206dc55f3b6256a7ec3e14a7/nbdev/doclinks.py#L80 which makes `nbdev_export` remove all the syms in `_modidx.py` for a notebook that has `auto` in...

bug

For example, I want to use nbdev to develop a python project, and I want to support both English and Chinese documentation for my users to read. After some searching...

bug

When I executed that command after doing `pip install nbdev` on a windows machine, it gives me the message ``` $ nbdev_install_quarto Please visit https://quarto.org/docs/get-started/ to install quarto ``` After...

I set up nbdev on my Mac by following the instructions in the tutorial. Later I tried to set up the same repo on a colleague's Windows machine by doing...

My notebooks are producing file outputs of various types that need to be available on the final docs page. Currently it appears that `nbdev_docs` copies the nbs folder to the...

# Provide a minimally reproducible example [nbdev-matplotlib-test](https://github.com/idahlke-blacksky/nbdev-matplotlib-test) [Pages](https://idahlke-blacksky.github.io/nbdev-matplotlib-test) I set up this experiment to reproduce the bug in a shareable environment. The notebooks all have the same plotting code. Note...

bug

https://nbdev.fast.ai/api/doclinks.html#nbdevlookup.code:~:text=fastcore/net.py%23-,LNone,-%27 Why is the line number is `None` here but correct in rendered docs?