Skip to content

Commit

Permalink
doc: simplify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ObservedObserver committed Nov 13, 2024
1 parent ca0f8b2 commit 8335828
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ This folder contains example implementations of Pygwalker across different inter
- [`streamlit_demo.py`](streamlit_demo.py): Embedding Pygwalker visualizations in Streamlit apps
- [`web_server_demo.py`](web_server_demo.py): Setting up Pygwalker with a web server

> [!TIP]
> To run the Marimo example, use:
> ```shell
> uvx marimo run --sandbox marimo_demo.py
> ```
> if you have [`uv`](https://docs.astral.sh/uv/) installed, or
> ```shell
> marimo run marimo_demo.py
> ```
> if you don't have uv installed (you'll need to manually install its dependencies; easier through the package manager sidebar option in marimo).
> To edit the notebook source code, replace `run` with `edit` in the above commands.
## Running examples
Each example includes its own set of requirements and setup instructions within the file. Make sure you have Pygwalker installed:
```shell
Expand Down

0 comments on commit 8335828

Please sign in to comment.