Closed tonyfast closed 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.
source_to_code
exec_module
importnb
🔥
this pull request expands on the
source_to_code
andexec_module
apis. these changes bring top level async support which is a feature of ipython. since ipython may encourage this syntax thenimportnb
should support it.