Skip to content
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

IJulia: make kernelspec command / js installation more robust #427

Open
benlorenz opened this issue Mar 20, 2023 · 1 comment
Open

IJulia: make kernelspec command / js installation more robust #427

benlorenz opened this issue Mar 20, 2023 · 1 comment

Comments

@benlorenz
Copy link
Member

benlorenz commented Mar 20, 2023

  • Catch errors from kernelspec command, e.g. if it doesn't exist.
  • Try installing to joinpath(IJulia.kerneldir(),"julia-$(VERSION.major).$(VERSION.minor)"), or maybe all julia-* in the kerneldir.
  • Find some way to determine the name of the currently active kernel? (It usually is just something like julia-1.8, but it might contain some extra flags...)

x-ref: oscar-system/Oscar.jl#2090

@benlorenz
Copy link
Member Author

It is more robust now but we should investigate if we can turn this into a jupyter nbextension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant