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

top-level await async support (+ docstrings) #139

Closed tonyfast closed 1 year ago

tonyfast commented 1 year ago

this pull request expands on the source_to_code and exec_module apis. these changes bring top level async support which is a feature of ipython. since ipython may encourage this syntax then importnb should support it.

bollwyvl commented 1 year ago

🔥