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

add askJupyter option #21

Closed minrk closed 8 years ago

minrk commented 8 years ago

deprecates withSysPrefix: true in favor of the good-enough guess based on PATH.

also closes #16

if going with this, can skip #20

minrk commented 8 years ago

I would still want to keep sys prefix available since we can't guarantee jupyter is on the system

sys-prefix via guessSysPrefix will still be available by default.

rgbkrk commented 8 years ago

After rebasing, I'll go ahead and merge this.

minrk commented 8 years ago

rebased

rgbkrk commented 7 years ago

Finally shipped 1.1.0 with this, thanks @minrk. You're also on npm as a maintainer for this package.

minrk commented 7 years ago

cool, thanks!