-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Specify an environment containing IJulia *only* when started via kernel #1059
Comments
I don't know if this will help you but in the your jupyter For WIndows: So if you want jupyter to use the IJulia installed in Just change the original kernel.json
modified
|
Wonderful! This works, thanks. Would be great if this were a default somehow, given its not great to clutter your global project. |
I'm a beginner in Julia but for some reason, it won't work even if the default project path is specified in the OS Environment; as I suspect it has to do with the stage when IJulia creates the kernel. Perhaps it doesn't read the project environment but installs the kernal using the default Julia path. |
My understanding is that currently, as long as Julia is listed on the kernel file, you can do
but if your Julia 1.8 environment doesn't have IJulia, the kernel will hang / throw an error.
Would it be possible to
push!
an environment contiaining only IJulia to theLOAD_PATH
when Julia is started via the kernel? This could be done in the kernel initialization script, right?I understand that pushing to
LOAD_PATH
is generally not recommended. Perhaps there is a way to do this with stacked environments as well.The text was updated successfully, but these errors were encountered: