Skip to content

Commit 374ebba

Browse files
refactor: Standardize notebook metadata
1 parent a5fb963 commit 374ebba

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

notebooks/ai-rag-lab.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,13 +1076,21 @@
10761076
],
10771077
"metadata": {
10781078
"kernelspec": {
1079-
"display_name": "Python 3",
1079+
"display_name": "base",
10801080
"language": "python",
10811081
"name": "python3"
10821082
},
10831083
"language_info": {
1084+
"codemirror_mode": {
1085+
"name": "ipython",
1086+
"version": 3
1087+
},
1088+
"file_extension": ".py",
1089+
"mimetype": "text/x-python",
10841090
"name": "python",
1085-
"version": "3.12.1"
1091+
"nbconvert_exporter": "python",
1092+
"pygments_lexer": "ipython3",
1093+
"version": "3.11.6"
10861094
},
10871095
"widgets": {
10881096
"application/vnd.jupyter.widget-state+json": {

notebooks/vector-search-lab.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,13 +946,21 @@
946946
],
947947
"metadata": {
948948
"kernelspec": {
949-
"display_name": "Python 3",
949+
"display_name": "base",
950950
"language": "python",
951951
"name": "python3"
952952
},
953953
"language_info": {
954+
"codemirror_mode": {
955+
"name": "ipython",
956+
"version": 3
957+
},
958+
"file_extension": ".py",
959+
"mimetype": "text/x-python",
954960
"name": "python",
955-
"version": "3.12.1"
961+
"nbconvert_exporter": "python",
962+
"pygments_lexer": "ipython3",
963+
"version": "3.11.6"
956964
},
957965
"widgets": {
958966
"application/vnd.jupyter.widget-state+json": {

0 commit comments

Comments
 (0)