You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have recently started using marimo and I really like it!. One thing that I noticed that would be a nice feature is to add shape information to the numpy arrays in the variable inspector, it is a feature that I really miss from Matlab. Showing the shape for me is far more important than showing the first values, it would save me tons of cells executing x.shape() to then delete it.
Since numpy arrays are multidimensional I propose something like:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I have recently started using marimo and I really like it!. One thing that I noticed that would be a nice feature is to add shape information to the numpy arrays in the variable inspector, it is a feature that I really miss from Matlab. Showing the shape for me is far more important than showing the first values, it would save me tons of cells executing x.shape() to then delete it.
Since numpy arrays are multidimensional I propose something like:
ndim: x; shape: (y1, y2,y3,...)
Showing up to the first three dimensions.
All reactions