From bfeab7b4a6400dfc81bdce2b5b6a0a40991cf0f1 Mon Sep 17 00:00:00 2001 From: Mark Pizzutillo Date: Tue, 2 Apr 2024 17:11:35 -0500 Subject: [PATCH] Update simple extension readme to cd into correct subdirectory --- examples/simple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple/README.md b/examples/simple/README.md index dd76af4ded..ad4484ec25 100644 --- a/examples/simple/README.md +++ b/examples/simple/README.md @@ -9,7 +9,7 @@ You need `python3` to build and run the server extensions. ```bash # Clone, create a conda env and install from source. git clone https://github.com/jupyter/jupyter_server && \ - cd examples/simple && \ + cd jupyter_server/examples/simple && \ conda create -y -n jupyter-server-example python=3.9 && \ conda activate jupyter-server-example && \ pip install -e .[test]