watermark icon indicating copy to clipboard operation
watermark copied to clipboard

Remove extra whitespace between version numbers via --iversions

Open rasbt opened this issue 8 years ago • 0 comments
trafficstars

Remove the whitespaces in --iversion's output so that it's consistent with other output. E.g.,

%watermark -iv -v -w 
dask        0.15.1
CPython 3.6.1
IPython 6.1.0
watermark 1.5.0

should be

%watermark -iv -v -w 
dask 0.15.1
CPython 3.6.1
IPython 6.1.0
watermark 1.5.0

Alternatively, everything could be aligned, e.g., say version numbers starting in the 20th column (I don't any python package is more than 18 characters long ;)

rasbt avatar Aug 28 '17 19:08 rasbt