As of 2025, I would like to know how to add a container preloaded with julia to github’s codespaces.
I tried these answers to load julia 1.11.3 into github’s codespaces, but I failed:
- Julia support for GitHub Codespaces => from 2020
- GitHub - matsui528/julia_codespace_template: Template for easy launch of julia in codespace => The fiven code from 3 years ago, it workds, but it loads julia 1.8 (current version is 1.11.3).
- GitHub - julia-vscode/julia-devcontainer: Julia dev container definition for VS Code Remote Development / Codespaces Container => deprecated (reffers to the next 2 entries in list)
- GitHub - JuliaLang/devcontainer-features: Julia Development Container Feature => does not run in github codespaces
Maybe the answer is there already, but I am not an expert in these topics. Please advise.