pydna._pretty

Classes for nicer Jupyter output.

The pretty_str class is similar to str but has a _repr_pretty_ method for for nicer string output in the IPython shell and Jupyter notebook.

class pydna._pretty.pretty_str[source]

Bases: str

Thanks to Min RK, UC Berkeley for this.

class pydna._pretty.PrettyTable(field_names=None, **kwargs)[source]

Bases: PrettyTable

docstring.

lol() List[list][source]

docstring.