##// END OF EJS Templates
Add a readme file.
Add a readme file.

File last commit:

r6242:a9e45cf3
r6242:a9e45cf3
Show More
README.rst
24 lines | 518 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

Running Tests

$ pip install nose
$ nosetests