julia_code
Experiments and examples with Julia programming language
How to run the julia script from command line:
/path/to/julia code/hello.jl
New info (05-05-2020)
The easiest way to use and play around:
- Install Jupyter Lab (for Windows OS I highly recommend to use Conda/Anaconda)
- Then install the Julia programming language
- Run Julia in a terminal and at the prompt, type:
using Pkg
Pkg.add("IJulia")
- Run Jupyter Lab:
jupiter lab - In a Launcher menu select Notebook for Julia or Console session for Julia
- Done!
Old info (09-10-2018)
How to use Julia and IDE, in my case I prefer PyCharm. Please follow this link:
https://plugins.jetbrains.com/plugin/10413-julia
