-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Labels
area:replrepl, jupyter, notebooks, etcrepl, jupyter, notebooks, etc
Description
Check for existing issues
- Completed
Describe the feature
When you display a dataframe via the REPL, the formatting is very bad. I tried this with multiple dataframe libraries (polars, daft, pandas). They should use _repr_html_ as is customary with jupyter notebooks, but it looks like instead they are using the __repr__ method.
The __repr__ method would be fine if it was properly aligned as it is in vscode
If applicable, add mockups / screenshots to help present your vision of the feature
Zed
VSCode
VSCode __repr__
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:replrepl, jupyter, notebooks, etcrepl, jupyter, notebooks, etc


