Learn the basics of Julia. These tutorials are for Julia beginners, so even if you have no prior knowledge of Programming, you won’t face any difficulty understanding these tutorials. It will be easy for those who knows Python
Julia is a programming language used for statistical computations and data analysis. Julia is a combination of super-fast execution speed of C and flexible code writing of Python. Working with Julia is considered to be super fun and super easy among the Computer scientists and Software Engineers, because of its high efficiency.
Before starting with the installation process, you need to download it. Julia for Windows is available on its official site
Once installed, open Julia!! You will see a command-line interface. Now install IJulia from the Julia REPL by pressing ] to enter pkg mode and entering:
add IJulia
If you already have Python/Jupyter
installed on your machine, this process will also install a kernel specification that tells Jupyter
how to launch Julia. You can then launch the notebook server the usual way by running jupyter notebook
in the terminal.
Alternatively, you can have IJulia create and manage its own Python/Jupyter installation. To do this, type the following in Julia, at the julia>
prompt:
using IJulia
notebook()
to launch the IJulia
notebook in your browser.
Installing all the necessary libraries might prove troublesome. Anaconda and Canopy comes pre packaged with all the necessary Juila libraries and also IJulia.
It is a free software and can be use to run Python
, R
and Julia
and from the terminal type
ipython notebook
In Anaconda, Open the respective terminals and execute the above.
Sr. No. | Name |
---|---|
01. |
History_Julia |
02. |
Installation_Julia |
03. |
Hello_Julia_Program |
04. |
Julia_Keywords_Identifiers |
05. |
Julia_Expressions |
06. |
Julia_Datatypes |
07. |
Julia_Expressions |