Skip to content

ArndtLab/JuliaIntro

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

JuliaIntro

A small introduction into Julia. To view (and execute) the notebook start up julia:

shell> julia
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.4.5 (2016-03-18 00:58 UTC)
 _/ |\__'_|_|_|\__'_|  |  
|__/                   |  x86_64-apple-darwin15.4.0

julia>

and add support for the jupyter notebook:

julia> Pkg.add("IJulia")

Then start the jupyter notebook from the command line

shell> jupyter notebook

A browser will pop up. Open the "Introduction.ipynb".

About

A small introduction into Julia.

Resources

Stars

Watchers

Forks

Releases

No releases published