We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Error when opening the kernel:
traitlets.traitlets.TraitError: The 'env' trait of a KernelSpec instance expected a dict, not the list [['COURSIER_REPOSITORIES', '...
It has been broken since 0.14.0-RC.15. Run this script to reproduce:
0.14.0-RC.15
almond_version=${1:-0.14.1} scala212="2.12.20" s3support_version="0.2.0" coursier_repo="repo-dummy" cs launch --use-bootstrap sh.almond:launcher_3:${almond_version} -- \ --scala ${scala212} \ --install \ --jupyter-path /usr/local/share/jupyter/kernels \ --display-name "Scala (Almond ${almond_version})" \ --id scala-${almond_version} \ --env "COURSIER_REPOSITORIES=${coursier_repo}"
Kernel.json for different releases:
tail /usr/local/share/jupyter/kernels/scala-*/kernel.json ==> /usr/local/share/jupyter/kernels/scala-0.14.0-RC14/kernel.json <== "COURSIER_REPOSITORIES=repo-dummy", "--connection-file", "{connection_file}" ], "display_name": "Scala (Almond 0.14.0-RC14)", "language": "scala", "env": { "COURSIER_REPOSITORIES": "repo-dummy" } } ==> /usr/local/share/jupyter/kernels/scala-0.14.0-RC15/kernel.json <== ], "display_name": "Scala (Almond 0.14.0-RC15)", "language": "scala", "env": [ [ "COURSIER_REPOSITORIES", "repo-dummy" ] ] } ==> /usr/local/share/jupyter/kernels/scala-0.14.1/kernel.json <== ], "display_name": "Scala (Almond 0.14.1)", "language": "scala", "env": [ [ "COURSIER_REPOSITORIES", "repo-dummy" ] ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Error when opening the kernel:
It has been broken since
0.14.0-RC.15
. Run this script to reproduce:Kernel.json for different releases:
The text was updated successfully, but these errors were encountered: