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

Fix up Windows code paths, apply lint roller #9

Closed rgbkrk closed 8 years ago

rgbkrk commented 8 years ago

Fixing glaring bugs reported in https://github.com/nteract/nteract/issues/388. Thank you for the report @klonuo.

rgbkrk commented 8 years ago

Pretty clear I wrote this as a direct port of the original jupyter implementation, whereas https://github.com/nteract/ipython-paths I made fairly idiomatic, implemented based on the spec. It would be worth having someone revisit this very base-level core package.