Skip to content

Commit 1272842

Browse files
committed
remove duplicate print
1 parent 4a7be65 commit 1272842

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

patterns/agents/basic_workflows.ipynb

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"cell_type": "code",
20-
"execution_count": null,
20+
"execution_count": 1,
2121
"metadata": {},
2222
"outputs": [],
2323
"source": [
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"cell_type": "code",
31-
"execution_count": 3,
31+
"execution_count": 2,
3232
"metadata": {},
3333
"outputs": [],
3434
"source": [
@@ -93,7 +93,7 @@
9393
},
9494
{
9595
"cell_type": "code",
96-
"execution_count": 4,
96+
"execution_count": null,
9797
"metadata": {},
9898
"outputs": [
9999
{
@@ -131,7 +131,7 @@
131131
"23%: market share\n",
132132
"5%: customer churn\n",
133133
"8%: previous customer churn\n",
134-
"43.00: user acquisition cost\n",
134+
"43.0: user acquisition cost\n",
135135
"78%: product adoption rate\n",
136136
"87%: employee satisfaction\n",
137137
"34%: operating margin\n",
@@ -143,7 +143,7 @@
143143
"87%: employee satisfaction\n",
144144
"78%: product adoption rate\n",
145145
"45%: revenue growth\n",
146-
"43.00: user acquisition cost\n",
146+
"43.0: user acquisition cost\n",
147147
"34%: operating margin\n",
148148
"23%: market share\n",
149149
"8%: previous customer churn\n",
@@ -156,18 +156,7 @@
156156
"| Employee Satisfaction | 87% |\n",
157157
"| Product Adoption Rate | 78% |\n",
158158
"| Revenue Growth | 45% |\n",
159-
"| User Acquisition Cost | 43.00 |\n",
160-
"| Operating Margin | 34% |\n",
161-
"| Market Share | 23% |\n",
162-
"| Previous Customer Churn | 8% |\n",
163-
"| Customer Churn | 5% |\n",
164-
"| Metric | Value |\n",
165-
"|:--|--:|\n",
166-
"| Customer Satisfaction | 92% |\n",
167-
"| Employee Satisfaction | 87% |\n",
168-
"| Product Adoption Rate | 78% |\n",
169-
"| Revenue Growth | 45% |\n",
170-
"| User Acquisition Cost | 43.00 |\n",
159+
"| User Acquisition Cost | 43.0 |\n",
171160
"| Operating Margin | 34% |\n",
172161
"| Market Share | 23% |\n",
173162
"| Previous Customer Churn | 8% |\n",
@@ -219,8 +208,7 @@
219208
"\n",
220209
"print(\"\\nInput text:\")\n",
221210
"print(report)\n",
222-
"formatted_result = chain(report, data_processing_steps)\n",
223-
"print(formatted_result)"
211+
"formatted_result = chain(report, data_processing_steps)"
224212
]
225213
},
226214
{
@@ -784,7 +772,7 @@
784772
],
785773
"metadata": {
786774
"kernelspec": {
787-
"display_name": "py311",
775+
"display_name": "ultralytics",
788776
"language": "python",
789777
"name": "python3"
790778
},
@@ -798,7 +786,7 @@
798786
"name": "python",
799787
"nbconvert_exporter": "python",
800788
"pygments_lexer": "ipython3",
801-
"version": "3.11.6"
789+
"version": "3.12.7"
802790
}
803791
},
804792
"nbformat": 4,

0 commit comments

Comments
 (0)