Skip to content

Commit 0b4d667

Browse files
markypizzMark Pizzutillo
and
Mark Pizzutillo
authored
Update simple extension README to cd into correct subdirectory (#1410)
Co-authored-by: Mark Pizzutillo <[email protected]>
1 parent 3fbf07e commit 0b4d667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You need `python3` to build and run the server extensions.
99
```bash
1010
# Clone, create a conda env and install from source.
1111
git clone https://github.com/jupyter/jupyter_server && \
12-
cd examples/simple && \
12+
cd jupyter_server/examples/simple && \
1313
conda create -y -n jupyter-server-example python=3.9 && \
1414
conda activate jupyter-server-example && \
1515
pip install -e .[test]

0 commit comments

Comments
 (0)