Ninja IDE#

Note

These instructions refer to Anaconda Distribution exclusively, but will also work with Miniconda.

Ninja IDE is a cross-platform, free, open-source IDE specially designed for Python application development.

To use Anaconda Python with the Ninja IDE:

  1. In the Project menu, select Open Project Properties:

  2. On the Project Execution tab, in the Python Custom Interpreter box, enter the Anaconda Python interpreter path to select Anaconda Python:

  3. Verify the setup with a test script:

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

      import sys
      print(sys.version)
      
    2. Run your test script.

      In the command output, your Anaconda Python version is listed:

For more information, see the Ninja-IDE documentation.