##// END OF EJS Templates
Updated README to reflect package requirements.
Updated README to reflect package requirements.

File last commit:

r9737:1f04b02c
r9737:1f04b02c
Show More
README.rst
32 lines | 678 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

Sphinx-Latex:

$ #see http://jimmyg.org/blog/2009/sphinx-pdf-generation-with-latex.html $ sudo apt-get install texlive-full

Running Tests

Using nbconvert