Skip to content

slojo404/nbconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d6e3ee · Mar 21, 2012

History

49 Commits
Mar 21, 2012
Mar 14, 2012
Mar 13, 2012
Mar 14, 2012
Mar 15, 2012
Mar 14, 2012
Mar 19, 2012
Mar 21, 2012
Mar 13, 2012
Mar 12, 2012

Repository files navigation

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

For conversion to HTML, pygments is also required

$ pip install pygments

Running Tests

$ pip install nose
$ nosetests

About

IPython notebook converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages