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

Data dirs further #28

Closed rgbkrk closed 2 years ago

rgbkrk commented 6 years ago

This provides ~/.ipython as a directory to check for kernels.

Since this repository (and ipython-paths originally) has been around since the early beginnings of nteract I also allowed prettier to run over index.js. The most important commit to look at for review is the last one.

rgbkrk commented 6 years ago

For the longest time I've been trying not to allow the legacy directory, instead hoping that iruby would get updates to use the proper jupyter directories. I'm kind of leaning towards just allowing it anyways.

cc @minrk @alexandercbooth @BenRussert

rgbkrk commented 6 years ago

Addressing the tests will make me super sad, as we're actually checking conformance against jupyter itself.

captainsafia commented 5 years ago

Hmmmm. We'll need to address this case in fs-kernels now.

rgbkrk commented 5 years ago

Oh did you discover this somewhere? I think only with iruby I've had to handle this case.