This is inspired from https://github.com/storopoli/Julia-Workshop.git. If you like this tutorial, please add a Star to the repo (button in the top right corner).
To configure a local environment with VSCode and GitHub (assuming that you have a GitHub account):
- Follow the "VS Code + Julia" installation https://code.visualstudio.com/docs/languages/julia.
- Fork this repository (
Fork
button in the top-right corner). More info - On VSCode, click the
Source Control
button on the left panel -> Clone Repository -> Select where you want to put your local copy of the repository -> Open it. More info - Install the GitHub Pull Requests VSCode extension.
The majority of the files in the repo are Julia script files (.jl
). However, each directory contains a README.md
: they are listed in the table of contents below.
This content is licensed under Creative Commons Attribution-ShareAlike 4.0 International.
I would like to warmly thank Rémy Drouilhet for his constant will to teach and share informations and discussions about Julia. This tutorial was made for Statify team during my sabbatical year in the team.