Releases: AnswerDotAI/nbdev
Releases Β· AnswerDotAI/nbdev
v2.3.23
- Change
jupyter_hooks
default to False
v2.3.22
- Removes max version constraint on ipywidgets dev dependency
v2.3.21
Bugs Squashed
- Remove unneeded ipywidgets requirement
v2.3.20
Bugs Squashed
- fixes UnboundLocalError: cannot access local variable
_TEMPLATE
where it is not associated with a value (#1413), thanks to @stepetal
v2.3.19
Bugs Squashed
- Remove boxes since they broke ToC (#1411)
v2.3.18
New Features
- Add magic
__
symbols to show_doc
output (#1410)
- wrap
exports
cells in a shadowed box (like a card) (#1409), thanks to @hamelsmu
v2.3.17
New Features
- Move
exports
source after the show_doc
(#1408)
v2.3.16
New Features
- Add code folding for
exports
(#1407)
v2.3.14
New Features
- Add --no_browser option to nbdev_preview (#1400), thanks to @bamford
- added conda_user and package_data to cfg_tail (#1351), thanks to @dsm-72
- add repo and tag options to
nbdev_new
(#1350), thanks to @dsm-72
Bugs Squashed
- Changed
serve.proc_nbs
so that it makes use of its arguments file_glob
and file_re
(#1390), thanks to @lukastk