Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing Latex Column #215

Open
defencedog opened this issue Nov 8, 2022 · 1 comment
Open

Printing Latex Column #215

defencedog opened this issue Nov 8, 2022 · 1 comment

Comments

@defencedog
Copy link

defencedog commented Nov 8, 2022

I have a dict()

A2 = {
    'Variable':['Bundle Diameter','Shell Diameter','Shell Side Cross Flow area','Volumetric Flowrate','Shell Side Velocity'],
    'Result':[3.4, 34, 78.23, 1 ,  2],
    'Unit' : ['$in$', '$in$', '$ft^2$', '$ft^{3}s^{-1}$', '$fts^{-1}$']}

How can I construct code such that in jupyter Unit column rendered as Latex

@hugovk
Copy link
Member

hugovk commented Nov 8, 2022

What did you do?

What did you expect to happen?

What actually happened?

What versions are you using?

  • OS:
  • Python:
  • PrettyTable:

Please include code that reproduces the issue.

The best reproductions are self-contained scripts with minimal dependencies.

# code goes here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants