Is your feature request related to a problem? Please describe.
|
prefix = hasprefix ? compact ? "Py:$(multiline ? '\n' : ' ')" : "Python:$(multiline ? '\n' : ' ')" : "" |
When it shows a python array in vscode inline results. It would only show
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
Is your feature request related to a problem? Please describe.
PythonCall.jl/src/Py.jl
Line 186 in ad67c04
Pythonwhen unexpanded because of the line end. Would it be better to show more informative like Julia Array shows4×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