Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement _repr_mimebundle_ for dataframe #2598

Open
universalmind303 opened this issue Aug 1, 2024 · 2 comments
Open

implement _repr_mimebundle_ for dataframe #2598

universalmind303 opened this issue Aug 1, 2024 · 2 comments

Comments

@universalmind303
Copy link
Contributor

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)

@universalmind303
Copy link
Contributor Author

universalmind303 commented Aug 6, 2024

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.

@rgbkrk
Copy link

rgbkrk commented Aug 27, 2024

cc @DonJayamanne

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants