How to display a custom struct as a collapsable "tree" #1702
Unanswered
melonedo
asked this question in
Questions about using Pluto
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a simple struct without user-defined
![image](https://user-images.githubusercontent.com/44501064/143800893-7a6c981a-bca3-4070-b19f-5fea15359454.png)
![image](https://user-images.githubusercontent.com/44501064/143801004-e077c78a-9434-4ea1-bfd4-e6fbe0f20256.png)
show
, Pluto displays it very nicely:But this is not true if we define naive
show
methods:How to switch to the former behavior?
Beta Was this translation helpful? Give feedback.
All reactions