Commit 965688d
Install jupyter-server-proxy in AoU Jupyter image
The /proxy/<PORT> URL path (used to access dashboards like Streamlit,
Dash, Shiny, etc.) works in non-AoU Jupyter apps but not in AoU. This
is because the AoU base image does not include the jupyter-server-proxy
package, which provides the reverse-proxy routing. Without it, requests
to /proxy/<PORT> fall through to the default JupyterLab handler.
The server-proxy-notif extension (already installed) detects listening
ports and shows proxy URLs, but it checks for jupyter-server-proxy at
runtime and returns empty results if missing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0de2b72 commit 965688d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
0 commit comments