Skip to content

Commit 03c2034

Browse files
committed
Updated Combined_Footing_Mosley_bungey.ipynb with execution count and output changes
1 parent 7a63f06 commit 03c2034

File tree

1 file changed

+41
-8
lines changed

1 file changed

+41
-8
lines changed

examples/Combined_Footing_Mosley_bungey.ipynb

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,42 @@
4242
},
4343
{
4444
"cell_type": "code",
45-
"execution_count": null,
45+
"execution_count": 1,
4646
"metadata": {},
47-
"outputs": [],
47+
"outputs": [
48+
{
49+
"name": "stdout",
50+
"output_type": "stream",
51+
"text": [
52+
"Requirement already satisfied: FoundationDesign in c:\\users\\hp\\documents\\github\\foundationdesign (0.1.2)\n",
53+
"Requirement already satisfied: indeterminatebeam==2.2.1 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from FoundationDesign) (2.2.1)\n",
54+
"Requirement already satisfied: numpy>=1.24.4 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from FoundationDesign) (1.24.4)\n",
55+
"Requirement already satisfied: plotly>=5.15.0 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from FoundationDesign) (5.15.0)\n",
56+
"Requirement already satisfied: matplotlib in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from indeterminatebeam==2.2.1->FoundationDesign) (3.8.4)\n",
57+
"Requirement already satisfied: sympy>=1.10 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from indeterminatebeam==2.2.1->FoundationDesign) (1.12)\n",
58+
"Requirement already satisfied: tenacity>=6.2.0 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from plotly>=5.15.0->FoundationDesign) (8.2.3)\n",
59+
"Requirement already satisfied: packaging in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from plotly>=5.15.0->FoundationDesign) (24.0)\n",
60+
"Requirement already satisfied: mpmath>=0.19 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from sympy>=1.10->indeterminatebeam==2.2.1->FoundationDesign) (1.3.0)\n",
61+
"Requirement already satisfied: contourpy>=1.0.1 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (1.2.1)\n",
62+
"Requirement already satisfied: cycler>=0.10 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (0.12.1)\n",
63+
"Requirement already satisfied: fonttools>=4.22.0 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (4.51.0)\n",
64+
"Requirement already satisfied: kiwisolver>=1.3.1 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (1.4.5)\n",
65+
"Requirement already satisfied: pillow>=8 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (10.3.0)\n",
66+
"Requirement already satisfied: pyparsing>=2.3.1 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (3.1.2)\n",
67+
"Requirement already satisfied: python-dateutil>=2.7 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (2.9.0.post0)\n",
68+
"Requirement already satisfied: six>=1.5 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from python-dateutil>=2.7->matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (1.16.0)\n"
69+
]
70+
},
71+
{
72+
"name": "stderr",
73+
"output_type": "stream",
74+
"text": [
75+
"\n",
76+
"[notice] A new release of pip is available: 24.2 -> 25.1.1\n",
77+
"[notice] To update, run: python.exe -m pip install --upgrade pip\n"
78+
]
79+
}
80+
],
4881
"source": [
4982
"# RUN THIS CELL FIRST TO INITIALISE GOOGLE NOTEBOOK!!!!\n",
5083
"!pip install FoundationDesign"
@@ -1213,7 +1246,7 @@
12131246
},
12141247
{
12151248
"cell_type": "code",
1216-
"execution_count": 13,
1249+
"execution_count": null,
12171250
"metadata": {},
12181251
"outputs": [
12191252
{
@@ -9583,16 +9616,16 @@
95839616
},
95849617
{
95859618
"cell_type": "code",
9586-
"execution_count": null,
9619+
"execution_count": 36,
95879620
"metadata": {},
95889621
"outputs": [
95899622
{
95909623
"data": {
95919624
"text/plain": [
9592-
"'The maximum punching shear resistance of 4.488N/mm² exceeds the design punching shear stress of 2.565N/mm² - PASS!!!'"
9625+
"'The maximum punching shear resistance of 4.488N/mm² exceeds the design punching shear stress of 2.729N/mm² - PASS!!!'"
95939626
]
95949627
},
9595-
"execution_count": 38,
9628+
"execution_count": 36,
95969629
"metadata": {},
95979630
"output_type": "execute_result"
95989631
}
@@ -9603,7 +9636,7 @@
96039636
},
96049637
{
96059638
"cell_type": "code",
9606-
"execution_count": 41,
9639+
"execution_count": 37,
96079640
"metadata": {},
96089641
"outputs": [
96099642
{
@@ -9612,7 +9645,7 @@
96129645
"'The maximum punching shear resistance of 0.703N/mm² exceeds the design punching shear stress of 0.335N/mm² - PASS!!!'"
96139646
]
96149647
},
9615-
"execution_count": 41,
9648+
"execution_count": 37,
96169649
"metadata": {},
96179650
"output_type": "execute_result"
96189651
}

0 commit comments

Comments
 (0)