pyreport
pyreport copied to clipboard
Generate reports out of python scripts
The results that `pyreport` generates differ from the screenshots on the [project page](http://gael-varoquaux.info/computers/pyreport/), e.g.:  I do not get that header. I also want the name of the input file...
Hi Gael, I often generate lots of output inside inner loops, and I would like to be able to format that nicely. The following patch recognizes blocks wrapped in \begin{latex}...
When I run the snippet, I get the following error. Calling a print statement after pylab.show seems to cause an issue. I would appreciate any workarounds. Thanks! ``` #!/usr/bin/env python...
Hi Gael, thanks for your great tool, I'm using it all the time for documenting my code when performing small experiments. I started to include some of the automatically generated...
Two bugs where fixed in these commits: ``` * Whitespaces and Brackets in filenames are now escaped correctly * Latex is compiled multiple times. ```
The dependency to `docutils` (https://pypi.python.org/pypi/docutils) is missing. It must be installed manually. This should be done by marking the it as dependency. Furthermore, https://github.com/joblib/pyreport/issues/6 marks that the pip installation procedure...
I am on OSX, and installed pyreport 3 ways. I can see the module installed, but I can't find the pyreport executable script. 1. From github: ``` $ git clone...
Hi Gael, this seems like an insanely useful tool for the scipy community, so many thanks for publishing this. I've started to use it for some of my experiments and...