You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"display_name" => name * " " * Base.VERSION_STRING * debugdesc,
It would be good if these could be overridden in the call to installkernel so that we can exclude the version number from the spec name and the display name (or use a different version number).
The text was updated successfully, but these errors were encountered:
It looks like the kernel spec name will always contain the Julia version number and there is no way to override this.
The code in question (deps/kspec.jl) is this:
The same is true for
display_name
:It would be good if these could be overridden in the call to
installkernel
so that we can exclude the version number from the spec name and the display name (or use a different version number).The text was updated successfully, but these errors were encountered: