Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

DOC: README: how to ls -al _output/index.html and jupyter lite serve #47

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ To install the extension, execute:
pip install jupyterlite_xeus_lua
```

Then build your JupyterLite site:
Then build a 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
Expand Down
Loading