nbdev_new
pins on major+minor version of nbdev-template
#1091
Labels
enhancement
New feature or request
nbdev_new
pins on major+minor version of nbdev-template
#1091
Since every version of nbdev uses latest nbdev-template, we can't make any breaking changes in nbdev-template. I propose that
nbdev_new
pins the major+minor version of nbdev-template and that nbdev-template bumps minor version on breaking changes.Example
Implementing #1083 would be simpler with this change.
Currently, we can implement it by updating the default in
_apply_defaults
and havingnbdev_new
move a known list of files (*.ipynb
,*.css
) tocfg.nbs_path
.We wouldn't have to keep that list in our code if we could move those files into a new sub-dir of
nbdev-template
, but that would breaknbdev_new
for prior versions of nbdev.cc @hamelsmu @jph00
The text was updated successfully, but these errors were encountered: