diff --git a/content/notebooks/Intro.ipynb b/content/notebooks/Intro.ipynb index 87361ba..4cefcc5 100755 --- a/content/notebooks/Intro.ipynb +++ b/content/notebooks/Intro.ipynb @@ -84,6 +84,7 @@ "\n", "- [**`Lorenz.ipynb`**](Lorenz.ipynb) uses Python to demonstrate interactive visualizations and computations around the [Lorenz system](https://en.wikipedia.org/wiki/Lorenz_system). It shows off basic Python functionality, including more visualizations, data structures, and scientific computing libraries.\n", "- [**`r.ipynb`**](r.ipynb) demonstrates the R programming language for statistical computing and data analysis.\n", + "- [**`cpp.ipynb`**](cpp.ipynb) demonstrates the C++ programming language for scientific computing and data analysis.\n", "- [**`sqlite.ipynb`**](sqlite.ipynb) demonstrates how an in-browser sqlite kernel to run your own SQL commands from the notebook. It uses the [jupyterlite/xeus-sqlite-kernel](https://github.com/jupyterlite/xeus-sqlite-kernel).\n", "\n", "### Other sources of information in Jupyter\n", diff --git a/content/notebooks/smallpt.ipynb b/content/notebooks/cpp-smallpt.ipynb similarity index 100% rename from content/notebooks/smallpt.ipynb rename to content/notebooks/cpp-smallpt.ipynb diff --git a/content/notebooks/3rd-party-libs.ipynb b/content/notebooks/cpp-third-party-libs.ipynb similarity index 100% rename from content/notebooks/3rd-party-libs.ipynb rename to content/notebooks/cpp-third-party-libs.ipynb diff --git a/content/notebooks/xeus-cpp-lite-demo.ipynb b/content/notebooks/cpp.ipynb similarity index 100% rename from content/notebooks/xeus-cpp-lite-demo.ipynb rename to content/notebooks/cpp.ipynb