Skip to content

Commit

Permalink
now works fine inside ipython notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgreig committed Mar 21, 2014
1 parent e33894c commit 2c09a26
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ Locally you must have `Flask <http://flask.pocoo.org/>`_ and
the Flask debug server, as it is faster and better. To run tests
`Nose <https://nose.readthedocs.org>`_ is required.

If you're using Sheepdog inside of iPython Notebook, use of the Tornado server
can be troublesome (see `https://github.com/adamgreig/sheepdog/issues/15`_),
so consider falling back to the Flask server by:

.. code-block:: python
>>> import sheepdog
>>> sheepdog.server.USE_TORNADO = False
Synchronous Map
---------------

Expand Down

0 comments on commit 2c09a26

Please sign in to comment.