File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ The API is loosly based on the FFI of [pyodide](https://pyodide.org/en/stable/u
1313See the [ documentation] ( https://emscripten-forge.github.io/pyjs/ ) for a full documentation.
1414
1515## Try it out
16- To try it out, you can use the [ playground] ( https://emscripten-forge.github.io/pyjs/lite/ ) .
16+ * To try it out, you can use the [ playground] ( https://emscripten-forge.github.io/pyjs/lite/ ) .
17+ * To create your own jupyterlite deployments use
18+ [ xeus-lite-demo] ( https://github.com/jupyterlite/xeus-lite-demo )
1719
1820## Quickstart
1921
@@ -46,4 +48,4 @@ const py_list = pyjs.eval("[i for i in range(10)]")
4648
4749// / access
4850console .log (py_list .get (0 )) // same as py_list[0] on the python side
49- ```
51+ ```
You can’t perform that action at this time.
0 commit comments