parrt / lolviz

A simple Python data-structure visualization tool for lists of lists, lists, dictionaries; primarily for use in Jupyter notebooks / presentations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for nested data structures

fulibacsi opened this issue · comments

It would be nice if lolviz could display nested data structures, e.g: list of dicts, dict of lists etc.

Agreed. Working on something for the stack frame that shows nested structures.

Fixed with #13 but haven't pushed yet.