Sharpie / qgis-ipython

An IPython console for Quantum GIS
4 stars 3 forks source link

QGIS IPython Console

NOTE: This project is no longer under active development and has fallen behind the current versions of both QGIS and IPython. If there is code here you would like to use, feel free to fork the plugin or copy the pieces you want. Attribution requirements are waived as long as copied code remains under the same license as QGIS its self.

This plugin embeds the IPython interpreter inside of QGIS and provides functionality for spawning consoles that are connected to this interpreter. IPython offers several advantages over the standard QGIS Python console that make an ideal tool for software development and exploratory data analysis:

An installation of IPython 0.12 or newer is required along with the Pygments module. The QGIS IPython Console is currently flagged as experimental and functionality may vary dramatically between releases.

Version numbers for this plugin are assigned according to the principles of Semantic Versioning.

Latest Changes

See the NEWS file for changes that occurred in previous releases


Changes in version 0.4

Under development