nteract / jupyter-paths

:city_sunrise: Pure JavaScript implementation of jupyter --paths --json
BSD 3-Clause "New" or "Revised" License
9 stars 11 forks source link

Support XDG_HOME #8

Open rgbkrk opened 8 years ago

rgbkrk commented 8 years ago

One glaring omission in jupyter-paths is all the XDG_* handling and Xdg directories in general. Simple to implement, just needs doing.

Reference in Jupyter code base:

https://github.com/jupyter/jupyter_core/blob/38548d6b1004978591e6e492389a361ff686ac4a/jupyter_core/paths.py#L91-L94