- Notifications
You must be signed in to change notification settings - Fork 5.4k
Open
Milestone
Description
@minrk opened ipython/ipython#7824
msgspec 5 uses mimebundles in a few new places (pager, inspect_reply), but the mimebundle code in OutputArea still needs to be pulled out in order to be re-used in these places. The new mime-bundle areas only handle text/plain as of 3.0.
willir