My interest in the Julia language started with universal differential equations and physics informed neural networks Julia is a modern dynamic programming language designed to address the requirements of high performance numerical and performance computing. I learned the basics of programming using the courseera.org
Julia is easy to learn, fast, and free.
The simplicity of Julia is similar to python and matlab, but removes some of the programming complexity that are required in some languages like C and Fortran.
The speed of execution
Julia is a strongly typed and dynamic language.
Download and install Julia, from download page, accepting all default options.
tested with : Current stable release: v1.6.3 (Sep 23, 2021), download page
In the Julia REPL, hit ] to enter package mode
add IJulia
Exit REPL by hitting backspace and then exit()
[1] https://julia.quantecon.org/getting_started_julia/getting_started.html
julia
using IJulia
notebook()
The VS Code and the VS Code Julia extension will help us better manage environments during our initial setup, and will provide a seamless transition to the more advanced tools.
Install Julia code extension for VSC in the VS Code Marketplace