We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a dict()
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
The text was updated successfully, but these errors were encountered:
Please include code that reproduces the issue.
The best reproductions are self-contained scripts with minimal dependencies.
# code goes here
Sorry, something went wrong.
No branches or pull requests
I have a
dict()
How can I construct code such that in jupyter Unit column rendered as Latex
The text was updated successfully, but these errors were encountered: