File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/jupyter_contrib_core/testing_utils Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Changes
2222* Get ` jupyter contrib ` app subcommands from ` pkg_resources ` entrypoints
2323* Add ` _maybe_copy ` and ` _should_copy ` to nbextensions private API, since the
2424 ` logger ` keyword arg was only added after notebook 4.1
25+ * Also patch ` JUPYTER_RUNTIME_DIR ` environment variable in
26+ ` testing_utils.jupyter_env `
2527
26280.2.0
2729-----
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ def patch_jupyter_dirs():
5959 'HOME' : jupyter_dirs ['user_home' ]['root' ],
6060 'JUPYTER_CONFIG_DIR' : jupyter_dirs ['env_vars' ]['conf' ],
6161 'JUPYTER_DATA_DIR' : jupyter_dirs ['env_vars' ]['data' ],
62+ 'JUPYTER_RUNTIME_DIR' : jupyter_dirs ['server' ]['runtime' ],
6263 })))
6364
6465 # patch jupyter path variables in various modules
You can’t perform that action at this time.
0 commit comments