From 5d3840d36926de63bd2b519d65e63eb2d2827237 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Fri, 25 Oct 2024 21:04:04 +0200 Subject: [PATCH] Add jupyter notebook to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c8a92e7..aa02bac 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,17 @@ To get started, download and extract the required NGSolve Pyodide package: ```bash wget https://ngsolve.org/files/ngsolve_pyodide_0.26.2.tar.bz2 tar xvf ngsolve_pyodide_0.26.2.tar.bz2 +python3 -m pip install -e . ``` ## Running the server Run `python dev.py` and open `http://localhost:8000/index.html`. Everytime you change some code, the website is automatically hot-reloaded (pyodide stays alive) and the `webgpu` package is reloaded and executed. For the hot-reload feature you need to have the python packages `websockets` and `watchdog` installed + +## Jupyter notebook + +``` +jupyter notebook webgpu.ipynb +``` +