# Julia

## Julia startup and install

[Julia](https://julialang.org/) 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` [Julia CML](https://docs.julialang.org/en/v1/manual/command-line-interface/)

You can install Julia extensions:

`]` and `pkg>add Kezdi`

Julia Help:

`?`

Julia shell commands:

`;`

[Julia documentation](https://docs.julialang.org/en/v1/)

If you log in to you CEU account you can find basic tutorials with [Julia LinkedinLearning](https://www.linkedin.com/learning/learning-julia?u=139332290)

### Recomended extensions for server usage:

[Kezdi.jl](https://github.com/codedthinking/Kezdi.jl) 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

[IJulia](https://github.com/JuliaLang/IJulia.jl) is a Julia-language backend combined with the Jupyter interactive environment (also used by IPython).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://handbook.microdata.io/tools/julia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
