From 2fcf9146052d5ddc058c7fe6f57a5564ba3cf291 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Mon, 8 Apr 2019 09:50:43 +0200 Subject: [PATCH] Update postBuild --- postBuild | 2 ++ 1 file changed, 2 insertions(+) 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