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 ba9c6c8 commit 7563fccCopy full SHA for 7563fcc
README.rst
@@ -43,18 +43,26 @@ Install
43
pip
44
---
45
46
-``pip install jupyter-server-proxy``
+.. code-block::
47
+
48
+ pip install jupyter-server-proxy
49
50
conda
51
-----
52
-``conda install jupyter-server-proxy -c conda-forge``
53
54
55
+ conda install jupyter-server-proxy -c conda-forge
56
57
src
58
59
-``pip install .``
60
61
62
+ pip install .
63
64
**Note:** if installing from source in editable mode: ``setup.py develop/pip install -e``, please explicitly install the server extensions:
65
-``jupyter serverextension enable --sys-prefix jupyter_server_proxy``
66
67
68
+ jupyter serverextension enable --sys-prefix jupyter_server_proxy
0 commit comments