You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to integrate tabulate into a service which sends emails with tabular data.
After creating the tabulate object, I convert to string (printing it looks great in pycharm) and then send by email.
When the recipient gets the email (Gmail in our case), the table's indentations is all wrong.
BUT - when copying the table from the email back to sublime text editor, the indentation looks great!
See the attached screenshots, it'll make more sense.
I understand this is NOT a tabulate issue as this was probably not the original intention, but thought it was worth asking if you can think of a reason why this happens, and maybe if you can think of a solution.
In Gmail:
Sublime (after copying form email))
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to integrate tabulate into a service which sends emails with tabular data.
After creating the tabulate object, I convert to string (printing it looks great in pycharm) and then send by email.
When the recipient gets the email (Gmail in our case), the table's indentations is all wrong.
BUT - when copying the table from the email back to sublime text editor, the indentation looks great!
See the attached screenshots, it'll make more sense.
I understand this is NOT a tabulate issue as this was probably not the original intention, but thought it was worth asking if you can think of a reason why this happens, and maybe if you can think of a solution.
In Gmail:
![tabulate_in_gmail](https://cloud.githubusercontent.com/assets/10415930/16189525/7a46545c-36e3-11e6-9d47-b8e9dcba6603.PNG)
Sublime (after copying form email))
![tabulate_in_sublime](https://cloud.githubusercontent.com/assets/10415930/16189526/7a487728-36e3-11e6-8a03-69d03985fa89.PNG)
The text was updated successfully, but these errors were encountered: