You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discovered in #28, we sometimes render multiple cell outputs, but we should always render just one. There is an ordering defined in nbconvert, so we should check each when parsing the data field.
We're now rendering at most one cell output (255fc3e) and I've checked it all against the tests in nbformat and nbconvert, but I have yet to resolve the other points in this issue.
As discovered in #28, we sometimes render multiple cell outputs, but we should always render just one. There is an ordering defined in nbconvert, so we should check each when parsing the
data
field.Before implementing this
The text was updated successfully, but these errors were encountered: