-
Notifications
You must be signed in to change notification settings - Fork 3k
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
datascience-notebook: Julia kernel not available for selection #30
Comments
I tried manually updating the kernelspec by adding to Dockerfile:
Which gets Julia to show up in the available kernel list -- but kernel doesn't run/crashes when I try to do anything. |
Which docker image tag did you pull? latest? |
I see it too. Looks like another problem with the kernel spec installing into the active user directory (root) when the dockerfile is running instead of system wide. This broke when we moved the jovyan user creation out of the Dockerfile and into the start script to give control over the UID (PR #16) The possible fix for issue #25 will probably fix regression too. |
With PR #31 and this change in the datascience-notebook/Dockerfile everything works again:
PR #31 needs more testing before merging however. |
Contribution (c) Copyright IBM Corp. 2015
Contribution (c) Copyright IBM Corp. 2015
Contribution (c) Copyright IBM Corp. 2015
IJulia just had a regression against Julie 0.3 that will prevent builds even after the PR mentioned above goes into master here. |
Contribution (c) Copyright IBM Corp. 2015
Now fixed in the |
Add a Google OAuthenticator.
Julia kernel doesn't appear in the list of available kernels in the Jupyter interface. (Only Python2,3 and R are listed)
The text was updated successfully, but these errors were encountered: