livebook-dev / kino

Client-driven interactive widgets for Livebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add default tabbed output for pids and atoms

josevalim opened this issue · comments

If the atom is an application with supervision tree, return a tab with the "Raw" representation as default and the application tree as alternative representation.

If the atom is a named process representing a supervisor, return a tab with the "Raw" representation as default and the supervision tree as alternative representation.

If the pid represents a supervisor, return a tab with the "Raw" representation as default and the supervision tree as alternative representation.