Skip to content

Commit

Permalink
update output after restarting kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
aagrande committed Oct 22, 2024
1 parent 469c9ec commit 54e9078
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 110 deletions.
28 changes: 14 additions & 14 deletions examples/README_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -47,7 +47,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -70,7 +70,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -93,14 +93,14 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 1/1 [00:00<00:00, 1.29it/s]\n"
"100%|██████████| 1/1 [00:01<00:00, 1.02s/it]\n"
]
}
],
Expand All @@ -127,7 +127,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -164,22 +164,22 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 100/100 [00:00<00:00, 439.38it/s]"
"100%|██████████| 100/100 [00:00<00:00, 435.02it/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Mean of the samples: [-0.02825952]\n",
"Standard deviation of the samples: [0.99196348] \n"
"Mean of the samples: [-0.05467086]\n",
"Standard deviation of the samples: [0.99499814] \n"
]
},
{
Expand Down Expand Up @@ -211,16 +211,16 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Mean of the samples: [-0.02825952]\n",
"Standard deviation of the samples: [0.99196348] \n",
"5th and 95th quantiles of the samples: [-1.24177638 1.14385214]\n"
"Mean of the samples: [-0.05467086]\n",
"Standard deviation of the samples: [0.99499814] \n",
"5th and 95th quantiles of the samples: [-1.25918297 1.06402459]\n"
]
}
],
Expand Down
Loading

0 comments on commit 54e9078

Please sign in to comment.