From 7ef72b5e2a98e9f07a112c6d916063cfd0522591 Mon Sep 17 00:00:00 2001 From: Wes Turner <50891+westurner@users.noreply.github.com> Date: Tue, 25 Feb 2025 10:30:00 -0500 Subject: [PATCH 1/2] DOC: README: how to `ls -al _output/index.html` and `jupyter lite serve` --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4667561..92af881 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,18 @@ To install the extension, execute: pip install jupyterlite_xeus_lua ``` -Then build your JupyterLite site: +Then build the JupyterLite site: ```bash jupyter lite build +ls -al _output/index.html +``` + +Then serve the JupyterLite site locally: + +```bash +jupyter lite serve +python -m webbrowser http://127.0.0.1:8000/ ``` ## Uninstall From 33bb53fe520dbb16ab0f13dcb999cbfc1d59cbb0 Mon Sep 17 00:00:00 2001 From: Wes Turner <50891+westurner@users.noreply.github.com> Date: Tue, 25 Feb 2025 10:31:07 -0500 Subject: [PATCH 2/2] DOC: README.md: s/the/a/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92af881..9118d41 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To install the extension, execute: pip install jupyterlite_xeus_lua ``` -Then build the JupyterLite site: +Then build a JupyterLite site: ```bash jupyter lite build