File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencies:
1212 - typer
1313 - linkify-it-py
1414 - myst-parser
15+ - sphinx-design
1516 - pydata-sphinx-theme
1617 - jupyterlab >=4.0.5,<5
1718 - jupyterlite-core >=0.2,<0.5
Original file line number Diff line number Diff line change 11extensions = [
22 "jupyterlite_sphinx" ,
33 "myst_parser" ,
4+ "sphinx_design" ,
45]
56
67myst_enable_extensions = [
78 "linkify" ,
9+ "colon_fence" ,
810]
911
1012master_doc = "index"
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ We are also working on bringing [xeus-cpp](https://github.com/compiler-research/
1616
1717Try it here!
1818
19+ ::::{tab-set}
20+ :::{tab-item} Python
21+
1922``` {eval-rst}
2023.. replite::
2124 :kernel: xpython
@@ -35,18 +38,26 @@ Try it here!
3538 m
3639```
3740
41+ :::
42+ :::{tab-item} Lua
43+
3844``` {eval-rst}
3945.. replite::
4046 :kernel: xlua
4147 :height: 600px
48+ :prompt: Try Lua!
4249
4350 print("Hello from xeus-lua!")
4451```
4552
53+ :::
54+ :::{tab-item} R
55+
4656``` {eval-rst}
4757.. replite::
4858 :kernel: xr
4959 :height: 600px
60+ :prompt: Try R!
5061
5162 print("Hello from R!")
5263
@@ -60,6 +71,9 @@ Try it here!
6071 print(eigen_result$vectors)
6172```
6273
74+ :::
75+ ::::
76+
6377## Installation
6478
6579You can install ` jupyterlite-xeus ` with conda/mamba
You can’t perform that action at this time.
0 commit comments