ampl

An IPython extension for working with AMPL.


License
BSD-3-Clause
Install
pip install ampl==0.1

Documentation

IPython interface to AMPL

This is an IPython extension for working with AMPL.

See AMPL magic: using IPython as an interface to AMPL for an introduction on how to use this extension.

It is licensed under the terms of the BSD license.

Installation

Using pip

The following command installs the ampl extension using pip:

$ pip install ampl

Using easy_install

The following command installs the ampl extension using easy_install:

$ easy_install ampl

Usage

To load the ampl extension while IPython is running, use the %load_ext magic:

In [1]: %load_ext ampl

To load it each time IPython starts, list it in your configuration file:

c.InteractiveShellApp.extensions = ['ampl']

Credits

Thanks Leonardo Taccari (sbebo) for implementing the realtime output.