Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scripts to documents (Matlab's publish functionality in python)

Tags:

Matlab has this great tool called publish. This tool converts a regular matlab script with minimal formatting stuff into structured, nice looking reports (HTML, LateX, RTF). It is capable of handling graphics, mathematical formulae etc.

Is there a similar tool for Python?

like image 755
Boris Gorelik Avatar asked May 18 '09 10:05

Boris Gorelik


1 Answers

There's pyreport. It captures the "captures its output, compiling it to a pretty report in a pdf or an html file". With this, you can write scripts that print out your source, getting a nice report in the end.

like image 176
geowa4 Avatar answered Oct 12 '22 07:10

geowa4