You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: profile/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ This organization contains repos with examples of integrating Python with variou
12
12
|[Python](https://github.com/python-project-templates/python-template)|[](https://github.com/python-project-templates/python-template/actions/workflows/build.yml)| Pure Python |
13
13
|[Python/C++](https://github.com/python-project-templates/cpp)|[](https://github.com/python-project-templates/cpp/actions?query=workflow%3A%22Build+Status%22)| Python/C++ (binding via `pybind11` and/or standalone C++) |
14
14
|[Python/Rust](https://github.com/python-project-templates/rust-template)|[](https://github.com/python-project-templates/rust-template/actions/workflows/build.yml)| Python with rust binding via `PyO3`|
15
-
|[Python/Jupyter](https://github.com/python-project-templates/jupyter)|[](https://github.com/python-project-templates/jupyter/actions?query=workflow%3A%22Build+Status%22)| Python with Jupyter extension (JS) |
16
-
|[Python/JavaScript](https://github.com/python-project-templates/js)|| Python with self-contained JS frontend |
15
+
|[Python/Jupyter](https://github.com/python-project-templates/jupyter-template)|[](https://github.com/python-project-templates/jupyter-template/actions?query=workflow%3A%22Build+Status%22)| Python with Jupyter extension (JS) |
16
+
|[Python/JavaScript](https://github.com/python-project-templates/js-template)|[](https://github.com/python-project-templates/js-template/actions?query=workflow%3A%22Build+Status%22)| Python with self-contained JS frontend |
17
17
|[Python/JS/Rust](https://github.com/python-project-templates/rust-js-wasm)|[](https://github.com/python-project-templates/rust-js-wasm/actions?query=workflow%3A%22Build+Status%22)| Rust with Python binding (`PyO3`) and WebAssembly binding (to JS) |
0 commit comments