Adding an Example - Pyomo/PyomoGallery GitHub Wiki
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:
- You agree your contributions are submitted under the BSD license.
- 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.