# Examples This section contains a collection of examples that demonstrate how to use Brightway to achieve specific objectives. This might be _"how to import a specific version of a database"_, or _"how do I plot the technosphere matrix"_. The examples are organized by topic, and are intended to be self-contained. Each example is contained in a Jupyter Notebook, which you can download and run on your own computer. It is recommended that you use the [Conda](https://docs.conda.io/en/latest/) package manager to install the required dependencies. A [Conda environment file in YAML format](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment) is provided for each example. ```{admonition} Prerequisites :class: important 1. A working [installation of Brightway](../installation/index.md). 2. Basic knowledge of [Python data types](https://docs.python.org/3/library/datatypes.html). ``` ```{note} Would you like to contribute by adding your own examples (based on your Jupyter Notebooks)? Please follow the [Examples Contribution Guide](../contributing/examples.md). ``` ## Teaching Materials In addition to the examples, we have collected materials that were compiled to teach Brightway. This includes materials used in Brightway Spring/Autumn Schools, Brightway Classes, and Brightcon Conferences. ### Brightcon Conferences | Year | Location | Website | Materials | |------|----------|---------|-----------| | 2020 | Zurich, CH | [Brightcon 2020](https://2020.brightcon.link/) | N/A | | 2021 | Online | [Brightcon 2021](https://2021.brightcon.link/) | N/A | | 2022 | Esch, LU | [Brightcon 2022](https://2022.brightcon.link/) | [GitHub](https://github.com/Depart-de-Sentier/brightcon-2022-talks) | | 2023 | Esch, LU | [Brightcon 2023](https://2023.brightcon.link/) | [GitHub](https://github.com/Depart-de-Sentier/brightcon-2023-talks) | ## Brightway Spring/Autumn Schools | Year | Location | Website | Materials | |------|----------|---------|-----------| | 2022 | Grosshöchstetten, CH | N/A | [GitHub](https://github.com/Depart-de-Sentier/Autumn-School-2022) | | 2023 | Grosshöchstetten, CH | N/A | N/A | ## Brightway Classes | Level | Materials | |-------|------------| | Beginner | [GitHub](https://github.com/Depart-de-Sentier/teaching-material/tree/main/beginners) | | Advanced | [GitHub](https://github.com/Depart-de-Sentier/teaching-material/tree/main/advanced) | ```{toctree} --- maxdepth: 3 hidden: true --- self data visualization ```