Can you get what you’re looking for with dump(x, maxdepth=1)
?
Any good functions to show the structure of an object like `Juno/Atom.strucutre` but lighter weight?
2 Likes
Can you get what you’re looking for with dump(x, maxdepth=1)
?