Skip to content

Commit dde03d3

Browse files
committed
doc: fix tabset in README
1 parent 508f412 commit dde03d3

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,13 @@ Plot.plot({
3838

3939
`pyobsplot` can be installed with `uv` or `pip`:
4040

41-
::: {.panel-tabset}
42-
43-
## uv
44-
4541
```sh
42+
# uv
4643
uv add pyobsplot[typst]
47-
```
48-
49-
## pip
50-
51-
```sh
44+
# pip
5245
pip install pyobsplot[typst]
5346
```
5447

55-
:::
56-
5748
To use `pyobsplot` in [JupyterLite](https://jupyter.org/try-jupyter/lab/) or [marimo](https://marimo.io) you must install it without the `typst` dependency, which is not yet compatible with [pyodide](https://pyodide.org/en/stable/):
5849

5950
```sh

0 commit comments

Comments
 (0)