Skip to content

Commit 999fb2e

Browse files
authored
ci: clean notebook (#7423)
1 parent ec3489b commit 999fb2e

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

.github/workflows/python-CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
paths:
88
- "**/*.py"
9+
- "**/*.ipynb"
910
- "src/**"
1011
- "tests/**"
1112
- "tutorials/**"

tutorials/human_feedback/chatbot_with_human_feedback.ipynb

+5-19
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"cell_type": "code",
37-
"execution_count": 1,
37+
"execution_count": null,
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
@@ -89,7 +89,7 @@
8989
},
9090
{
9191
"cell_type": "code",
92-
"execution_count": 2,
92+
"execution_count": null,
9393
"metadata": {},
9494
"outputs": [],
9595
"source": [
@@ -114,7 +114,7 @@
114114
},
115115
{
116116
"cell_type": "code",
117-
"execution_count": 4,
117+
"execution_count": null,
118118
"metadata": {},
119119
"outputs": [],
120120
"source": [
@@ -236,7 +236,7 @@
236236
},
237237
{
238238
"cell_type": "code",
239-
"execution_count": 1,
239+
"execution_count": null,
240240
"metadata": {},
241241
"outputs": [],
242242
"source": [
@@ -257,22 +257,8 @@
257257
}
258258
],
259259
"metadata": {
260-
"kernelspec": {
261-
"display_name": "dev",
262-
"language": "python",
263-
"name": "python3"
264-
},
265260
"language_info": {
266-
"codemirror_mode": {
267-
"name": "ipython",
268-
"version": 3
269-
},
270-
"file_extension": ".py",
271-
"mimetype": "text/x-python",
272-
"name": "python",
273-
"nbconvert_exporter": "python",
274-
"pygments_lexer": "ipython3",
275-
"version": "3.11.9"
261+
"name": "python"
276262
}
277263
},
278264
"nbformat": 4,

0 commit comments

Comments
 (0)