Skip to content

Commit

Permalink
docs: remove std* using cell tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Strömer committed Jun 18, 2024
1 parent 8112ff7 commit 62a6ac2
Showing 1 changed file with 9 additions and 43 deletions.
52 changes: 9 additions & 43 deletions docs/notebooks/custom_results.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 62a6ac2

Please sign in to comment.