From 62a6ac28feab26a306b149d9bb6961b1839125bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Str=C3=B6mer?= Date: Tue, 18 Jun 2024 22:09:08 +0200 Subject: [PATCH] docs: remove std* using cell tags --- docs/notebooks/custom_results.ipynb | 52 +++++------------------------ 1 file changed, 9 insertions(+), 43 deletions(-) diff --git a/docs/notebooks/custom_results.ipynb b/docs/notebooks/custom_results.ipynb index ca12b0c..6194058 100644 --- a/docs/notebooks/custom_results.ipynb +++ b/docs/notebooks/custom_results.ipynb @@ -9,55 +9,21 @@ }, { "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "INFO:iesopt:Setting up Julia ...\n", - "[ Info: Now using Revise\n", - "INFO:iesopt:Julia setup successful\n", - "INFO:iesopt:Importing Julia module `IESoptLib`\n", - "INFO:iesopt:Importing Julia module `IESopt`\n", - "INFO:iesopt:Importing Julia module `JuMP`\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Detected IPython. Loading juliacall extension. See https://juliapy.github.io/PythonCall.jl/stable/compat/#IPython\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "INFO:iesopt:╔════════════════════════════════════════════════════════════════════════╗\n", - "INFO:iesopt:║ IESopt «Integrated Energy System Optimization» ║\n", - "INFO:iesopt:╟────────────────────────────────────────────────────────────────────────╢\n", - "INFO:iesopt:║ ╭────────────────────────────────────────────────────────────────╮ ║\n", - "INFO:iesopt:║ ├ authors: Stefan Strömer, Daniel Schwabeneder, and contributors │ ║\n", - "INFO:iesopt:║ ├ © 2021: AIT Austrian Institute of Technology GmbH │ ║\n", - "INFO:iesopt:║ ├ docs: https://ait-energy.github.io/iesopt │ ║\n", - "INFO:iesopt:║ ├ version: ┐ │ ║\n", - "INFO:iesopt:║ │ ├─{ py :: 1.0.0a3 } │ ║\n", - "INFO:iesopt:║ │ ├─{ jl :: 1.0.2 } │ ║\n", - "INFO:iesopt:║ │ └─{ lib :: 0.1.0 } │ ║\n", - "INFO:iesopt:║ ╰────────────────────────────────────────────────────────────────╯ ║\n", - "INFO:iesopt:╚════════════════════════════════════════════════════════════════════════╝\n" - ] - } - ], + "execution_count": 29, + "metadata": { + "tags": [ + "remove-stdout", + "remove-stderr" + ] + }, + "outputs": [], "source": [ "import iesopt" ] }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 30, "metadata": {}, "outputs": [], "source": [