Skip to content

Commit 2e1e6b8

Browse files
mcbartonvgvassilev
authored andcommitted
Update example notebook to use c++17 kernel
1 parent c95449b commit 2e1e6b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/xeus-cpp.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,16 @@
127127
],
128128
"metadata": {
129129
"kernelspec": {
130-
"display_name": "C++ 14 (xcpp)",
130+
"display_name": "C++17 (xcpp)",
131131
"language": "cpp",
132-
"name": "xcpp"
132+
"name": "C++17 (xcpp)"
133133
},
134134
"language_info": {
135135
"codemirror_mode": "text/x-c++src",
136136
"file_extension": ".cpp",
137137
"mimetype": "text/x-c++src",
138138
"name": "c++",
139-
"version": "14"
139+
"version": "17"
140140
}
141141
},
142142
"nbformat": 4,

0 commit comments

Comments
 (0)