Handbook
  • Welcome at MicroData!
  • Code of conduct
  • Onboarding
    • Checklist
    • Setup
    • Using the terminal
    • Git and GitHub
    • Server
    • Bead
    • Working with data
      • Storing CAT3 data
    • Best practices
    • Stata style guide
    • Project management
  • Tools
    • Datasets
    • Tools
    • How to work on server
      • PostgreSQL
    • Make
      • Make in Windows
    • Julia
    • Jupyter Notebook
    • Csvkit
    • Release
  • about us
    • People
    • Projects
Powered by GitBook
On this page
  • Julia startup and install
  • Recomended extensions for server usage:

Was this helpful?

  1. Tools

Julia

PreviousMake in WindowsNextJupyter Notebook

Last updated 4 months ago

Was this helpful?

Julia startup and install

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

Recomended extensions for server usage:

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).

Julia
Julia CML
Julia documentation
Julia LinkedinLearning
Kezdi.jl
IJulia