##// END OF EJS Templates
Changed assert_is_instance to assert_true.
Changed assert_is_instance to assert_true.

File last commit:

r6245:6a02f3f7
r6260:0d337817
Show More
README.rst
32 lines | 765 B | text/x-rst | RstLexer

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

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

Running Tests

$ pip install nose
$ nosetests