You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ipynb-filters in _quarto.yml is no longer needed or recommended. Instead, nbdev preprocesses your notebooks in parallel into a folder called _proc before calling quarto
The new processing system generally results in speedups of around 10x compared to the previous approach
Deprecate config_key in favor of get_config (#856), thanks to @seeM
New Features
Setting put_version_in_init to make adding __version__ to __init__.py optional (#1051), thanks to @MichaelJFishmanBA
nbdev_new support for GitHub Enterprise (#1043), thanks to @seeM
Use GITHUB_TOKEN if present for nbdev.release (#1025)