##// END OF EJS Templates
Add usage note.
Fernando Perez -
Show More
@@ -14,7 +14,7 b' notebooks and standard formats:'
14 - PDF
14 - PDF
15 - Python script
15 - Python script
16
16
17 As these tools mature, these utilities will be merged into IPython
17 As these tools mature, these utilities will be merged into IPython.
18
18
19 Requirements
19 Requirements
20 ============
20 ============
@@ -43,3 +43,15 b' Running Tests'
43
43
44 $ pip install nose
44 $ pip install nose
45 $ nosetests
45 $ nosetests
46
47
48 Using nbconvert
49 ===============
50
51 You will need to either put the source repository in your ``$PATH`` or symlink
52 the ``nbconvert.py`` script, as well as the ``css`` and ``js`` subdirectories
53 to a directory in your ``$PATH``. Once this is done, you can call it as::
54
55 nbconvert -f <FORMAT> notebook.ipynb
56
57 Use ``nbconvert -h`` for up to date help on the available formats.
General Comments 0
You need to be logged in to leave comments. Login now