Skip to content

Commit

Permalink
fix: clear notebook outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
aplowman committed Jan 8, 2024
1 parent da96a4a commit f35bde6
Showing 1 changed file with 7 additions and 29 deletions.
36 changes: 7 additions & 29 deletions notebooks/demo_cipher_inputs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -40,7 +40,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -127,20 +127,9 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Tessellating regions...done!\n",
"Finding neighbouring voxels...done!\n",
"Finding neighbour list...done!\n",
"Finding interface map matrix...done!\n"
]
}
],
"outputs": [],
"source": [
"# Define the material properties:\n",
"materials = [\n",
Expand Down Expand Up @@ -192,20 +181,9 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"WindowsPath('ex_1.1.yaml')"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"input_1_1.write_yaml(\"ex_1.1.yaml\")"
]
Expand Down

0 comments on commit f35bde6

Please sign in to comment.