-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dataDirs
method doesn't get all jupyter kernel paths
#27
Comments
Ohhhhh I see because we're not checking the old |
Thanks for outlining your kernel directory structure, this is super helpful! |
Issue in IRuby about using the legacy directory: SciRuby/iruby#110 |
Thanks for addressing this. I've managed to get around the issue by manually moving the Ruby kernel directories to the Jupyter path for now. Let's hope they update it in their repo. I guess we can close this issue when the relevant PR gets merged? |
Problem
The
dataDirs
method doesn't pick up all of the kernel directories on my machine. In particular, I installed the Ruby kernel on my machine and although it's picked up by Jupyter, it's not picked up usingdataDirs
from this package.Example
This is what I get using
dataDirs
:However, using
jupyter kernelspec list
I getNotice that the
dataDirs
method doesn't pick up the ruby kernel in/Users/jonnybrooks-bartlett/.ipython/
The text was updated successfully, but these errors were encountered: