jupyter_core
jupyter_core copied to clipboard
Add opt-in support for XDG_CONFIG_HOME, XDG_DATA_HOME
- Allow opt-in use of
XDG_CONFIG_HOME
on all platforms - Allow opt-in use of
XDG_DATA_HOME
on Darwin
Related: #185
This would be nice to have.
Now that we are moving to platformdirs for basic platform-specific directories in #292 , I think this work is best to go in there (and I see you already worked on a PR there at https://github.com/platformdirs/platformdirs/pull/35, plus participated in the discussion at https://github.com/platformdirs/platformdirs/issues/4)