Skip to content

karlicoss/ipynb-singleline-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is essentially a snippet of IPython code showing how to display multiple Sympy (or anything capable of latex conversion) equations in single line. It turned out to be way more difficult to achieve than I expected, so I figured it's worth sharing.

Example output in EIN/console mode:

                                       2
                       ∂              ∂
Solving heat type PDE  ──(U(x, t)) = ───(U(x, t)) subject to: U(0, t) = 0 and U(1, t) = 0
                       ∂t              2
                                     ∂x

See ldisplay.ipynb for the details.

About

Forcing ipython notebooks to display multiple equations in single line

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published