diff --git a/postBuild b/postBuild index 7dc87ea..5af0af2 100644 --- a/postBuild +++ b/postBuild @@ -1,5 +1,7 @@ #!/bin/bash +pip install https://github.com/jupyterhub/jupyter-server-proxy/archive/7ac0125.zip + # Enable the proxy extension in notebook and lab jupyter serverextension enable --py jupyter_server_proxy jupyter labextension install jupyterlab-server-proxy