pyrate is hosted by Hepforge, IPPP Durham

Tutorials:

We try to provide the user with a couple of tutorials on this page that demonstrate how to use the different funcitonalities of PyR@TE.

Note: in case the latex does not show up in the expressions of the notebook, it might be that you are using an earlier version of IPython than the one used for creating them. In this case, the following two lines should activate the latex :

"from sympy import init_printing"
"init_printing(use_latex=True)"