=========
Ninja IDE
=========

`Ninja IDE <http://ninja-ide.org/>`_ is a cross-platform, free, open source IDE 
specially designed for Python application development.

To use Anaconda Python with the Ninja IDE:

#. In the **Project** menu, select Open Project Properties:

   .. figure:: /img/NinjaIDE_1.png
      :height: 150px   

   |

#. On the **Project Execution** tab, in the Python Custom Interpreter box, enter :ref:`the Anaconda Python interpreter path <python-path>` to select Anaconda Python:

   .. figure:: /img/NinjaIDE_2.png
      :height: 350px   

   |

#. Verify the setup with a test script:

   a. To create the test script, enter this code:

      .. code-block:: python

          import sys
          print(sys.version)

   b. Run your test script. 
   
      In the command output, your Anaconda Python version is listed:

      .. figure:: /img/NinjaIDE_3.png
         :height: 350px   

For more information, see
the `Ninja-IDE documentation <https://ninja-ide.readthedocs.org/en/latest/>`_.
