/intro-to-julia

Primary LanguageJupyter NotebookMIT LicenseMIT

Introduction to the Julia Programming Language

Getting Started

  1. download Julia to your operating system and complete the installation.
  2. Open the Julia Command-Line
  3. Add Julia to Jupyter Notebook by typing these commands and hitting ENTER.
using Pkg
Pkg.add("IJulia")
  1. Open the Anaconda Navigator, launch Jupyter Notebook.
  2. Create a new Notebook and select Julia from the drop-down list

Other Resources

I also highly recommend watch this two-hour YouTube tutorial.