This repository contains notes/tutorials for getting started with Julia.
You can see the official documentation of Julia.
You can read the notebboks directly on Github.
Or
You can download and try out on your own system:
- Download Julia from official repository.
- Download IJulia to use Julia with
JuputerNotebook
from official repository. - Download this repository as zip file or clone it using
git clone
by clicking on the greenClone or Download
button. - Launch
jupyter-notebook
from theJulia-Learning-Notes
directory to access the notebooks.
And you are done! Follow along the topics to try them out yourself.
If you find some topic really interesting you can learn more about it in Julia in Depth section.
You can also find some common problems which I encountered here.
- Official Julia documentation
- Introduction to Julia -Julia Academy