Skip to content

Commit

Permalink
Cleanup example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Nov 6, 2023
1 parent 7f08225 commit 31437d7
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions docker/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "68159e10-55e0-411d-8d02-7b4e36eb1bcc",
"metadata": {
"tags": []
Expand All @@ -40,7 +40,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "10bfe28c-5cce-4c02-84a4-f278be6352e8",
"metadata": {
"execution": {
Expand Down Expand Up @@ -96,7 +96,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "4496fe20-83e4-4047-9315-b615cf8a1d3f",
"metadata": {
"execution": {
Expand All @@ -108,15 +108,7 @@
},
"tags": []
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Pi is roughly 3.145720\n"
]
}
],
"outputs": [],
"source": [
"partitions = 2\n",
"n = 100000 * partitions\n",
Expand Down

0 comments on commit 31437d7

Please sign in to comment.