diff --git a/README.rst b/README.rst index 84a42d9..e8ed420 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ notebooks and standard formats: - PDF - Python script -As these tools mature, these utilities will be merged into IPython +As these tools mature, these utilities will be merged into IPython. Requirements ============ @@ -43,3 +43,15 @@ Running Tests $ pip install nose $ nosetests + + +Using nbconvert +=============== + +You will need to either put the source repository in your ``$PATH`` or symlink +the ``nbconvert.py`` script, as well as the ``css`` and ``js`` subdirectories +to a directory in your ``$PATH``. Once this is done, you can call it as:: + + nbconvert -f notebook.ipynb + +Use ``nbconvert -h`` for up to date help on the available formats.