{ "cells": [ { "cell_type": "markdown", "id": "bc2a0fa0", "metadata": {}, "source": [ "(command-table)=\n", "\n", "# Commands\n", "\n", "Commands are used to start optimization, change model behaviour, and set global attributes in SHOP. Click the arrow icon to show a short description, or click the link in the command name to get further information." ] }, { "cell_type": "code", "execution_count": 1, "id": "f8444da7", "metadata": { "tags": [ "remove-input", "full-width" ] }, "outputs": [ { "data": { "text/html": [ "<table id=\"example\" class=\"display compact\"></table>\n", "<script>\n", "enableDataTable(\n", " \"#example\",\n", " \"/_static/data/command-table.json\"\n", ");\n", "</script>\n" ], "text/plain": [ "<IPython.core.display.HTML object>" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from IPython.core.display import HTML\n", "HTML(\"\"\"<table id=\"example\" class=\"display compact\"></table>\n", "<script>\n", "enableDataTable(\n", " \"#example\",\n", " \"/_static/data/command-table.json\"\n", ");\n", "</script>\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.10" }, "source_map": [ 11, 19 ] }, "nbformat": 4, "nbformat_minor": 5 }