fastai / nbdev

Create delightful software with Jupyter Notebooks
https://nbdev.fast.ai/
Apache License 2.0
4.8k stars 484 forks source link

nbdev_import #1388

Closed abrichr closed 6 months ago

abrichr commented 7 months ago

Hello, thank you for the excellent library!

I wonder if there is some mechanism to "nbdev_import", i.e. if I make changes to the library that is exported by "nbdev_export", is there some way to import those changes back into the "source" notebooks?

Thanks!

deven367 commented 7 months ago

Yes there is, it is called nbdev_update

abrichr commented 6 months ago

Perfect, thank you!