Package sage :: Package server :: Package notebook :: Module sagetex
[hide private]
[frames] | no frames]

Module sagetex

source code

Functions [hide private]
 
sagetex(filename, gen=True, **kwds)
Turn a latex document into an interactive notebook server.
source code
Function Details [hide private]

sagetex(filename, gen=True, **kwds)

source code 

Turn a latex document into an interactive notebook server.

THIS IS ONLY A PROOF-of-CONCEPT.

EXAMPLES:
    sage: sagetex('foo.tex')        # not tested
    [pops up web browser with live version of foo.tex.]