From a553d96ad66a9df5a3f0fc697754e6854217e0a0 Mon Sep 17 00:00:00 2001 From: Sandipan Mohanty <s.mohanty@fz-juelich.de> Date: Thu, 11 May 2023 09:27:45 +0200 Subject: [PATCH] Fix intro_algorithms notebook --- notebooks/intro_algorithms.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/intro_algorithms.ipynb b/notebooks/intro_algorithms.ipynb index 1b8b1d6..12d9106 100644 --- a/notebooks/intro_algorithms.ipynb +++ b/notebooks/intro_algorithms.ipynb @@ -263,9 +263,9 @@ ], "metadata": { "kernelspec": { - "display_name": "C++17", - "language": "C++", - "name": "cling-cpp17" + "display_name": "YourCXX", + "language": "c++", + "name": "yourcxx" }, "language_info": { "codemirror_mode": "c++", -- GitLab