From 95b4b172a6ffac328e22ab175554c6c14e054d38 Mon Sep 17 00:00:00 2001 From: Roland Stevenson Date: Fri, 25 Aug 2023 10:48:34 +0000 Subject: [PATCH] rm __version__, update output, #659 --- examples/benchmark_simulation_studies.ipynb | 23 +++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/examples/benchmark_simulation_studies.ipynb b/examples/benchmark_simulation_studies.ipynb index 991e8ae5..14c6619a 100644 --- a/examples/benchmark_simulation_studies.ipynb +++ b/examples/benchmark_simulation_studies.ipynb @@ -12,7 +12,15 @@ "cell_type": "code", "execution_count": 1, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Using `tqdm.autonotebook.tqdm` in notebook mode. Use `tqdm.tqdm` instead to force console mode (e.g. in jupyter console)\n" + ] + } + ], "source": [ "import numpy as np\n", "import pandas as pd\n", @@ -47,11 +55,14 @@ "metadata": {}, "outputs": [ { - "name": "stdout", - "output_type": "stream", - "text": [ - "0.11.1\n" - ] + "data": { + "text/plain": [ + "'0.14.0'" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" } ], "source": [