Skip to content
William Hart edited this page Nov 26, 2015 · 4 revisions

Here are steps for adding an example to the Pyomo Gallery:

  • Install Jupyter in your Python installation
    pip install jupyter
  • Clone the PyomoGallery repository

  • Create a directory for the example

  • Launch jupyter to create a notebook:

    jupyter notebook

This will be a *.pynb file.

  • Create a pull request

By contributing to this software project, you are agreeing to the following terms and conditions for your contributions:

  1. You agree your contributions are submitted under the BSD license.
  2. You represent you are authorized to make the contributions and grant the license. If your employer has rights to intellectual property that includes your contributions, you represent that you have received permission to make contributions and grant the required license on behalf of that employer.
Clone this wiki locally