fastai / nbdev

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

Added function update settings.ini from existing requirements.txt file #1402

Closed AndreasThinks closed 2 months ago

AndreasThinks commented 3 months ago

As I often have pre-existing requirements.txt files, manually updating my settings.ini file can be a bit of a pain. I've written a bit of a helper function for this (essentially the opposite of release.write_requirements by @hamelsmu)

Not sure if useful for others, so as draft for discussion?

review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

jph00 commented 2 months ago

There's already a write_requirements -- probably better to use that direction instead.