From a993899f31c9ffe9b51529f983dc58d1be9db50f Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Thu, 17 Sep 2020 13:51:20 +0200
Subject: [PATCH] [jupyterhub] move ipython dir out of ~

---
 jupyterhub/base/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jupyterhub/base/Dockerfile b/jupyterhub/base/Dockerfile
index 0b2e224..82e5ca6 100755
--- a/jupyterhub/base/Dockerfile
+++ b/jupyterhub/base/Dockerfile
@@ -21,6 +21,7 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
     npm config set cache /var/cache/npm --global && \
     npm config set update-notifier false --global
 
+ENV IPYTHONDIR=/usr/local/etc/ipython
 COPY jupyter_notebook_config.py /usr/local/etc/jupyter
 ENV JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter/jupyter
 ENV JUPYTERLAB_SETTINGS_DIR=/root/.config/jupyter/lab/user-settings
-- 
GitLab