We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 557a20f + e6a6c7c commit 359c30eCopy full SHA for 359c30e
make.py
@@ -1011,6 +1011,8 @@ def _create_batch_scripts_initial(self):
1011
rem set USERPROFILE=%HOME%
1012
rem set WINPYDIRBASE=
1013
set JUPYTER_DATA_DIR=%HOME%
1014
+set JUPYTER_CONFIG_DIR=%WINPYDIR%\etc\jupyter
1015
+set JUPYTER_CONFIG_PATH=%WINPYDIR%\etc\jupyter
1016
set WINPYARCH=WIN32
1017
if "%WINPYDIR:~-5%"=="amd64" set WINPYARCH=WIN-AMD64
1018
set FINDDIR=%WINDIR%\system32
0 commit comments