Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.98 KB

File metadata and controls

34 lines (21 loc) · 1.98 KB

Introduction to Julia

CC BY-SA 4.0

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

How to use the content?

To configure a local environment with VSCode and GitHub (assuming that you have a GitHub account):

  1. Follow the "VS Code + Julia" installation https://code.visualstudio.com/docs/languages/julia.
  2. Fork this repository (Fork button in the top-right corner). More info
  3. 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
  4. 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.

Table of Contents

License

This content is licensed under Creative Commons Attribution-ShareAlike 4.0 International.

CC BY-SA 4.0

Acknowledgments

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.