diff --git a/src/cev/_cli.py b/src/cev/_cli.py index f8934f1..96f9487 100644 --- a/src/cev/_cli.py +++ b/src/cev/_cli.py @@ -98,10 +98,12 @@ def run_notebook(notebook_path: Path): "uvx", "--python", "3.11", - "--with", - "." if _DEV else f"cev=={__version__}", + "--from", + "jupyter-core", "--with", "jupyterlab", + "--with", + "." if _DEV else f"cev=={__version__}", "jupyter", "lab", str(notebook_path),