Tagged Questions
10
votes
3answers
2k views
Using Python within LaTeX and accessing its variables
I have used the python package to include Python in my LaTeX document which works fine.
I am trying to access the Python variables/calculations outside of \begin{python} ... \end{python}, without ...