Template for easy launch of julia in codespace
- Click the above
Open in GitHub Codespaces
budge. - Click the green
Create codespace
button. - The codespace (online vscode editor) is launched. Now you can use julia.
- You can write a setup script for julia at .devcontainer.json
- The codespace uses the script to instantiate the VM.
- You can obtain the above script by following the instruction. As of 2022, it is just a single simple json file.