The Wayback Machine - https://web.archive.org/web/20220409232643/https://github.com/topics/pretty-print
Skip to content
#

pretty-print

Here are 256 public repositories matching this topic...

pterm
dfreilich
dfreilich commented Jul 1, 2021

Is there any way to set the table size? I have three different tables I want to print, one after the other, and for continuity purposes, it would look much better if they were all aligned to the same size, rather than the current variable size (depending on the size of the longest string in a column).

proposal good first issue Hacktoberfest proposal-accepted
traceback_with_variables

Adds variables to python traceback. Simple, lightweight, controllable. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter and IPython. Install with pip or conda.

  • Updated Dec 19, 2021
  • Python
zhiburt
zhiburt commented Mar 29, 2022

The function will justify all columns to be the same width.

I guess width of all columns must be set to the biggest column width.

So the list of things to do:

enhancement good first issue

Improve this page

Add a description, image, and links to the pretty-print topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pretty-print topic, visit your repo's landing page and select "manage topics."

Learn more