Skip to content

ArndtLab/JuliaIntro

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 22, 2016 15:46
July 13, 2016 21:24
July 13, 2016 13:24
July 13, 2016 13:24

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