/julia_codespace_template

Template for easy launch of julia in codespace

MIT LicenseMIT

Julia Codespace Template

Open in GitHub Codespaces

Template for easy launch of julia in codespace

How to start

  • 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.

How it works

  • 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.