{ "cells": [ { "cell_type": "markdown", "id": "e0804008", "metadata": {}, "source": [ "(attribute-table)=\n", "\n", "# Attributes\n", "\n", "Each object type has a defined set of input and output attributes that hold the majority of all data in the SHOP model. Click the arrow icon to show a short description. of the attribute" ] }, { "cell_type": "code", "execution_count": 1, "id": "aedce54f", "metadata": { "tags": [ "remove-input", "full-width" ] }, "outputs": [ { "data": { "text/html": [ "
\n", "\n" ], "text/plain": [ "" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from IPython.core.display import HTML\n", "HTML(\"\"\"
\n", "\n", "\"\"\")" ] } ], "metadata": { "jupytext": { "text_representation": { "extension": ".md", "format_name": "myst", "format_version": 0.13, "jupytext_version": "1.13.8" } }, "kernelspec": { "display_name": "Python 3", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.9" }, "source_map": [ 11, 19 ] }, "nbformat": 4, "nbformat_minor": 5 }