You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Instructions:** Participants will translate their R/python script to Julia with assistance from the workshop presenters and TAs. After the 60 minutes, one or two volunteers will share their script to the group.
# Checklist
- Do you have Julia installed? If not, go to the [getting started notes](session1-get-started.qmd)
- Do you have your project folder and installed dependencies? If not, go to the [getting started notes](session1-get-started.qmd)
- Do you have your data in your project folder?
- Have you selected an editor to use (VSCode, Emacs, Jupyter notebooks,...)? Check out the available options in the [Julia website](https://julialang.org/)
You are ready to start writing Julia code! You can start with a simple `.jl` file, or you could try with a jupyter notebook or a `.qmd` file.