deathbeds / importnb

notebook files as source
https://importnb.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
68 stars 5 forks source link

A collection of updates to the importnb interface #130

Closed tonyfast closed 2 years ago

tonyfast commented 2 years ago

importnb has lacked attention for a while. this pull request brings some much needed care.

tonyfast commented 2 years ago

yikes that took at lot of annoying work at the end. this test suite is pretty big which catches different things and that is good. the tail problem though was a nuance that didn't really change the behavior of importnb.

the Notebook api interface got a massive overhaul in the pr. it is easier to invoke command line programs and overload the existing behavior. we removed redudandancy in the creation of the hook finder.

im very happy with hatch and how it centralizes a lot of different dev tooling into a single configuration. less files. less entropy.