.. _examples:
========
Examples
========
Examples are provided as `Jupyter `__ notebooks in a separate
`signac-examples `__ repository.
These notebooks may be launched
`interactively on Binder `__
or downloaded and run on your own system.
This is a collection of example projects which are designed to illustrate how to implement certain applications and solutions with **signac**.
Unlike the tutorial, the examples consist mainly of complete, immediately executable source code with less explanation.
Workflow Examples
=================
The sections within this chapter introduce the **signac** framework and demonstrate how to implement a simple, but complete computational workflow.
.. toctree::
:maxdepth: 1
:glob:
examples/notebooks/signac_1*
Analysis Examples
=================
The examples below use **signac** to analyze data and demonstrate integrations with other software.
.. toctree::
:maxdepth: 1
:glob:
examples/notebooks/signac_2*
Aggregation Examples
====================
This set of examples demonstrates :ref:`aggregation`.
.. toctree::
:maxdepth: 1
:glob:
examples/notebooks/signac_3*