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

edge case on the parser #135

Closed tonyfast closed 2 years ago

tonyfast commented 2 years ago

the inline lark to notebook parser has specific directives for known notebook file keys. when those are encounters in structured outputs like JSON data the parser breaks. these changes fix the parsing edge case and adds tests for verification.