Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.29 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.29 KB

Julia Logo

Julia Learning Notes

This repository contains notes/tutorials for getting started with Julia.

You can see the official documentation of Julia.

How to use this repository

You can read the notebboks directly on Github.

Or

You can download and try out on your own system:

  1. Download Julia from official repository.
  2. Download IJulia to use Julia with JuputerNotebook from official repository.
  3. Download this repository as zip file or clone it using git clone by clicking on the green Clone or Download button.
  4. Launch jupyter-notebook from the Julia-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.

References