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
Is your feature request related to a problem? Please describe.
Some jupyter frontends don't support 'repr_html` (such as zed). Implementing _repr_mimebundle_ will ensure dataframes are always properly displayed/formatted.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
So i guess there is a bug in vscode microsoft/vscode-notebook-renderers#189 and it won't render application/vnd.dataresource+json mimetypes, so if this is added, vcsode jupyter will no longer work by default. So this is effectively blocked until vscode can handle this mimetype.
Is your feature request related to a problem? Please describe.
Some jupyter frontends don't support 'repr_html` (such as zed). Implementing _repr_mimebundle_ will ensure dataframes are always properly displayed/formatted.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
zed-industries/zed#15555 (comment)
The text was updated successfully, but these errors were encountered: