Using Enthought Canopy's TraitsUI, I'm using TabularAdapters to display some Arrays, but they always produce evenly proportioned column widths...I'd like to make some widths smaller than others, but haven't found any simple way yet...Anyone have any suggestions?
相关问题
- Freezing (.exe) a traitsUI program, realistically
- How do I update the dictionary of a mapped trait,
- iPython notebook won't upgrade, always runs in
- Connection behind proxy
- Enthought Canopy Package Manager got stuck on MacO
相关文章
- Running winpdb from within Enthought Canopy on Mac
- Customize syntax highlightin in canopy
- How to install CVXOPT with Enthought python (Canop
- HTML not rendering properly with Canopy 1.7.1.3323
- Python keras neural network (Theano) package retur
- Memory Error at Python while converting to array
- IPython, Sage, Dependencies, Anaconda, and Package
- Display of “Canopy” on command line
One way to control the widths of the columns is to override the
get_width()
method of theTabularArrayAdapter
. For example,Screenshot: