Skip to content

Commit 3a2bf54

Browse files
mcbartonvgvassilev
authored andcommitted
Update README.md to link to demo repo
1 parent 951e670 commit 3a2bf54

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,21 @@
1515
`xeus-cpp` is a Jupyter kernel for cpp based on the native implementation of the
1616
Jupyter protocol [xeus](https://github.com/jupyter-xeus/xeus).
1717

18-
Try Jupyter Lite demo by clicking below
18+
To try a Jupyter Lite demo based on the main branch
1919

2020
<div align="center">
2121
2222
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://compiler-research.github.io/xeus-cpp/lab/index.html)
23+
24+
</div>
25+
26+
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,
27+
click on the following
28+
29+
<div align="center">
30+
31+
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://compiler-research.org/xeus-cpp-wasm/lab/index.html)
32+
2333
</div>
2434

2535
## Installation within a mamba environment (non wasm build instructions)

0 commit comments

Comments
 (0)