From 6f9015ac72f909391da70a2b881b6aab7531607e Mon Sep 17 00:00:00 2001 From: mcbarton Date: Fri, 20 Jun 2025 09:19:15 +0100 Subject: [PATCH] Update README.md to link to demo repo --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73c2dbff..5c8afabc 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,21 @@ `xeus-cpp` is a Jupyter kernel for cpp based on the native implementation of the Jupyter protocol [xeus](https://github.com/jupyter-xeus/xeus). -Try Jupyter Lite demo by clicking below +To try a Jupyter Lite demo based on the main branch
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://compiler-research.github.io/xeus-cpp/lab/index.html) + +
+ +To try a Jupyter Lite demo based on the latest release of xeus-cpp, which shows more of its capabilitities, including working with third party libraries, +click on the following + +
+ +[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://compiler-research.org/xeus-cpp-wasm/lab/index.html) +
## Installation within a mamba environment (non wasm build instructions)