Skip to content

Commit

Permalink
Update simple extension README to cd into correct subdirectory (#1410)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Pizzutillo <pizmark@amazon.com>
  • Loading branch information
markypizz and Mark Pizzutillo authored Apr 3, 2024
1 parent 3fbf07e commit 0b4d667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0b4d667

Please sign in to comment.