We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbf07e commit 0b4d667Copy full SHA for 0b4d667
examples/simple/README.md
@@ -9,7 +9,7 @@ You need `python3` to build and run the server extensions.
9
```bash
10
# Clone, create a conda env and install from source.
11
git clone https://github.com/jupyter/jupyter_server && \
12
- cd examples/simple && \
+ cd jupyter_server/examples/simple && \
13
conda create -y -n jupyter-server-example python=3.9 && \
14
conda activate jupyter-server-example && \
15
pip install -e .[test]
0 commit comments