Skip to content

Commit 1e22a06

Browse files
authored
Changed urls to point to jupyterlite-xeus demo (#95)
Changed urls to point to jupyterlite-xeus demo. This info should simply the usage of pyjs with custom deployments
1 parent ca5d046 commit 1e22a06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ The API is loosly based on the FFI of [pyodide](https://pyodide.org/en/stable/u
1313
See 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
4850
console.log(py_list.get(0)) // same as py_list[0] on the python side
49-
```
51+
```

0 commit comments

Comments
 (0)