We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acad765 commit 9de5063Copy full SHA for 9de5063
README.md
@@ -33,6 +33,14 @@
33
34
</div>
35
36
+## Quick Start
37
+
38
+The **cev** package has a cli to quickly try out a demo of comparison widget in JupyterLab. It requires [uv](https://astral.sh/uv) to be installed.
39
40
+```sh
41
+uvx --python 3.11 cev demo # Downloads datasets and launches Jupyter Lab
42
+```
43
44
## Installation
45
46
> **Warning**: `cev` is new and under active development. It is not yet ready for production and APIs are subject to change.
0 commit comments