Skip to content

Commit 8fae7dd

Browse files
committed
Add note about nbserverproxy to README & index
1 parent fe04af2 commit 8fae7dd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Jupyter Server Proxy lets you run arbitrary external processes (such
66
as RStudio, Shiny Server, syncthing, PostgreSQL, etc) alongside your
77
notebook, and provide authenticated web access to them.
88

9+
**Note:** This project used to be called **nbserverproxy**. if you have an older
10+
version of nbserverproxy installed, remember to uninstall it before install
11+
jupyter-server-proxy - otherwise they may conflict
12+
913
The primary use cases are:
1014

1115
#. Use with JupyterHub / Binder to allow launching users into web

docs/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Jupyter Server Proxy lets you run arbitrary external processes (such
66
as RStudio, Shiny Server, syncthing, PostgreSQL, etc) alongside your
77
notebook, and provide authenticated web access to them.
88

9+
.. note::
10+
11+
This project used to be called **nbserverproxy**. if you have an older
12+
version of nbserverproxy installed, remember to uninstall it before install
13+
jupyter-server-proxy - otherwise they may conflict
14+
915
The primary use cases are:
1016

1117
#. Use with JupyterHub / Binder to allow launching users into web

0 commit comments

Comments
 (0)