-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Line 186 in ad67c04
prefix = hasprefix ? compact ? "Py:$(multiline ? '\n' : ' ')" : "Python:$(multiline ? '\n' : ' ')" : "" |
Python
when unexpanded because of the line end. Would it be better to show more informative like Julia Array shows 4×4 Matrix{Float64}:
on the first line?
Describe the solution you'd like
shows numpy array shape like 4×4 Matrix{Float64}:
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request