##// END OF EJS Templates
Add a readme file.
Anton I. Sipos -
Show More
@@ -0,0 +1,24 b''
1 ================================================================
2 nbconvert: conversion utilities for the IPython notebook format
3 ================================================================
4
5 Overview
6 ========
7
8 nbconvert provides command line utilities to convert to and from IPython
9 notebooks and standard formats:
10
11 - ReST
12 - Markdown
13 - HTML
14 - PDF
15 - Python script
16
17 As these tools mature, these utilities will be merged into IPython
18
19 Running Tests
20 =============
21 ::
22
23 $ pip install nose
24 $ nosetests
General Comments 0
You need to be logged in to leave comments. Login now