{ "cells": [ { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "# Simple template with configuration example" ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "## This is a title" ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum\n" ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "### Loop on values from the configuration file: " ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "#### SLA diagnostics" ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "Some text related to SLA" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "execution": { "iopub.execute_input": "2021-06-14T09:09:01.363951Z", "iopub.status.busy": "2021-06-14T09:09:01.363557Z", "iopub.status.idle": "2021-06-14T09:09:01.367041Z", "shell.execute_reply": "2021-06-14T09:09:01.366714Z" }, "tags": [ "code_cell" ], "pycharm": { "name": "#%%\n" } }, "outputs": [ { "data": { "text/plain": [ "'SLA_xbc'" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "a = 2 + 3\n", "b = \"SLA_xbc\"\n", "\n", "b" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "execution": { "iopub.execute_input": "2021-06-14T09:09:01.369883Z", "iopub.status.busy": "2021-06-14T09:09:01.369458Z", "iopub.status.idle": "2021-06-14T09:09:01.371728Z", "shell.execute_reply": "2021-06-14T09:09:01.372081Z" }, "tags": [ "code_cell" ], "pycharm": { "name": "#%%\n" } }, "outputs": [ { "data": { "text/plain": [ "5" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "a" ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "#### Other loop inside first loop" ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "val1" ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "val2" ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "#### SIG0 diagnostics" ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "Some text related to Sigma0" ] }, { "cell_type": "code", "execution_count": 3, "metadata": { "execution": { "iopub.execute_input": "2021-06-14T09:09:01.363951Z", "iopub.status.busy": "2021-06-14T09:09:01.363557Z", "iopub.status.idle": "2021-06-14T09:09:01.367041Z", "shell.execute_reply": "2021-06-14T09:09:01.366714Z" }, "tags": [ "code_cell" ], "pycharm": { "name": "#%%\n" } }, "outputs": [ { "data": { "text/plain": [ "'SIG0_xbc'" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "a = 2 + 3\n", "b = \"SIG0_xbc\"\n", "\n", "b" ] }, { "cell_type": "code", "execution_count": 4, "metadata": { "execution": { "iopub.execute_input": "2021-06-14T09:09:01.369883Z", "iopub.status.busy": "2021-06-14T09:09:01.369458Z", "iopub.status.idle": "2021-06-14T09:09:01.371728Z", "shell.execute_reply": "2021-06-14T09:09:01.372081Z" }, "tags": [ "code_cell" ], "pycharm": { "name": "#%%\n" } }, "outputs": [ { "data": { "text/plain": [ "5" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "a" ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "#### Other loop inside first loop" ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "val1" ] }, { "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "val2" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "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.9.2" }, "toc-autonumbering": true }, "nbformat": 4, "nbformat_minor": 4 }