##// END OF EJS Templates
Add argument parsing, and ability to convert an HTML file from command line
Add argument parsing, and ability to convert an HTML file from command line

File last commit:

r6261:0e8f2cf0
r6261:0e8f2cf0
Show More
README.rst
37 lines | 847 B | text/x-rst | RstLexer
Anton I. Sipos
Add a readme file.
r6242 ================================================================
nbconvert: conversion utilities for the IPython notebook format
================================================================
Overview
========
nbconvert provides command line utilities to convert to and from IPython
notebooks and standard formats:
- ReST
- Markdown
- HTML
- PDF
- Python script
As these tools mature, these utilities will be merged into IPython
Anton I. Sipos
Add note to readme about needing latest docutils
r6245 Requirements
============
The latest development version of doctest is required. This can be installed via
::
$ curl http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/docutils/?view=tar > docutils.gz
$ pip install -U docutils.gz
Anton I. Sipos
Add argument parsing, and ability to convert an HTML file from command line
r6261 For conversion to HTML, pygments is also required
::
$ pip install pygments
Anton I. Sipos
Add a readme file.
r6242 Running Tests
=============
::
$ pip install nose
$ nosetests