From e6a6c7c3974b34029a86588ee6fa6f25e8dfdc22 Mon Sep 17 00:00:00 2001 From: Lars <15907759+larssp@users.noreply.github.com> Date: Thu, 11 Mar 2021 17:21:33 +0100 Subject: [PATCH] Configure JUPYTER_CONFIG_DIR and JUPYTER_CONFIG_PATH Define the environment variables JUPYTER_CONFIG_DIR and JUPYTER_CONFIG_PATH. Otherwise, this will default to C:\Users\...\.jupyter, which may exist --- make.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make.py b/make.py index ee8c5864..5c4ebcaa 100644 --- a/make.py +++ b/make.py @@ -1011,6 +1011,8 @@ def _create_batch_scripts_initial(self): rem set USERPROFILE=%HOME% rem set WINPYDIRBASE= set JUPYTER_DATA_DIR=%HOME% +set JUPYTER_CONFIG_DIR=%WINPYDIR%\etc\jupyter +set JUPYTER_CONFIG_PATH=%WINPYDIR%\etc\jupyter set WINPYARCH=WIN32 if "%WINPYDIR:~-5%"=="amd64" set WINPYARCH=WIN-AMD64 set FINDDIR=%WINDIR%\system32