{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# functions: print_result\n", "\n", "[print_title](../api/functions.rst#nornir_utils.plugins.functions.print_title) that prints a title" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "\u001b[1m\u001b[32m**** About to do somehting! ****************************************************\u001b[0m\n", "\u001b[0m" ] } ], "source": [ "from nornir_utils.plugins.functions import print_title\n", "\n", "print_title(\"About to do somehting!\")" ] } ], "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.8.2" } }, "nbformat": 4, "nbformat_minor": 4 }