Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jhconning/5d1b1310d4cfb61639aec78618dda7d5 to your computer and use it in GitHub Desktop.
Save jhconning/5d1b1310d4cfb61639aec78618dda7d5 to your computer and use it in GitHub Desktop.
Sympy latex printing in jupyter
from sympy import init_printing; init_printing(use_latex='mathjax')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment