Julia
Last updated
Was this helpful?
Last updated
Was this helpful?
is a high-level, general-purpose dynamic programming language, still designed to be fast and productive, for e.g. data science, artificial intelligence, machine learning, modeling and simulation, most commonly used for numerical analysis and computational science.
Recomended to start Julia from your haflinger workspace.
You can start Julia from VNC terminal or VS code terminal or by ssh connection by:
julia
or even better to start as julia --project
You can install Julia extensions:
]
and pkg>add Kezdi
Julia Help:
?
Julia shell commands:
;
If you log in to you CEU account you can find basic tutorials with
is a Julia package that provides a Stata-like interface for data manipulation and analysis. It is designed to be easy to use for Stata users who are transitioning to Julia.1
is a Julia-language backend combined with the Jupyter interactive environment (also used by IPython).