itable
itable copied to clipboard
Make pretty tables in IPython notebooks
This is not an issue, rather a question/suggestion. I don't think you've implemented a way to save/export the table (can't see any method in **itable.py**), but it would be nice...
There is a compatibility problem with Python 3. Since dict.iteritems() was removed from Python 3 (one has to use dict.items() instead), calling set_cell_style will raise the following error: itable.py in...
If I generate a simple PrettyTable, instead of printing the table it prints its class instance e.g. "" I get the same result in IPython qtconsole and notebook. Is there...
Use sphinx and host on read the docs