Daft icon indicating copy to clipboard operation
Daft copied to clipboard

implement `_repr_mimebundle_` for dataframe

Open universalmind303 opened this issue 1 year ago • 1 comments

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 https://github.com/zed-industries/zed/issues/15555#issuecomment-2263764142

universalmind303 avatar Aug 01 '24 20:08 universalmind303

So i guess there is a bug in vscode https://github.com/microsoft/vscode-notebook-renderers/issues/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.

universalmind303 avatar Aug 06 '24 17:08 universalmind303

cc @donjayamanne

rgbkrk avatar Aug 27 '24 16:08 rgbkrk