Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 787 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 787 Bytes

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.