Skip to content

Update All Python Scripts to nbs similar to nbdev_update_lib in v1 #769

@BirkhoffG

Description

@BirkhoffG

I am wondering why nbdev_update in v2 works differently in v1. In v1, nbdev_update_lib will update all modified python scripts, which is very handy.

However, in v2, to update changes made in the python module, we need to

  1. cd python_module
  2. nbdev_update python_file.py

This is a cumbersome process. Why not just keep the v1 design by just typing the nbdev_update in the parent directory?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions