From c2d999b53d21d96a143e9ca3a5e3a5153cb782d8 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Fri, 31 May 2024 10:22:24 +0100 Subject: [PATCH] Update available C++ kernels in documentation --- docs/source/tutorials.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials.rst b/docs/source/tutorials.rst index 68970a60..7ad424da 100644 --- a/docs/source/tutorials.rst +++ b/docs/source/tutorials.rst @@ -7,7 +7,7 @@ on Jupyter kernels. 1. Install the xeus-cpp from source using conda-forge for fetching dependencies. -2. Launch the Jupyter Notebook with C++-11, C++-14, C++-17 kernels available. +2. Launch the Jupyter Notebook with either the C++17 or C++20 kernel available. 3. In a code cell, write the C++ code.