Skip to content

Commit

Permalink
added note about jupyter execute API
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Jan 21, 2017
1 parent b90154f commit 98c18de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -16,6 +16,10 @@ The IPython notebook provides an interactive interface to a Python interpreter.
- **Data pipeline**: if you use IPython notebooks to create a data pipeline,
``runipy`` lets you automate that pipeline without losing the notebook
formatting.

Note that some of the functionality overlaps with Jupyter's
`execute API <http://nbconvert.readthedocs.io/en/latest/execute_api.html>`_,
which may be appropriate for some use cases where ``runipy`` was previously used.

Requirements
------------
Expand Down

0 comments on commit 98c18de

Please sign in to comment.