##// END OF EJS Templates
Removed "profiles"... Templates that are shipped with nbconvert by default should...
Removed "profiles"... Templates that are shipped with nbconvert by default should have settings built into exporter.py class. If the user wants to add a new template and use profile setting with it, the "profile" (config file) should be specified via the commandline when calling the exporter.

File last commit:

r10386:6416b524
r10435:896aaed3
Show More
requirements.txt
5 lines | 93 B | text/plain | TextLexer
Matthias BUSSONNIER
downgrade docutils in requiremetns.txt
r9575 docutils==0.9.1
Matthias BUSSONNIER
add requirements.txt, and install pandoc
r8634 markdown
Matthias BUSSONNIER
require IPython dev for css
r8652 -e git://github.com/ipython/ipython.git#egg=IPython
Matthias BUSSONNIER
add requirements.txt, and install pandoc
r8634 pygments
Matthias BUSSONNIER
require jinja, merge base templates
r9588 Jinja2