Data Science and Distributed Computing with Julia

Data Science and

Distributed Computing with Julia

Przemyslaw Szufel

Installing Julia

? Julia Open Source RECOMMENDED

?

? 1.0.3 ? latest

? Julia Pro

?

? JuliaBox

? ? Free, and runs in a web browser ? OK for today's examples, NOT OK for tommorow

Adding Julia packages

? Start Julia REPL ? Press ] to start the Julia package manager

(prompt (v1.0) pkg> will be seen) ? Sample package installation command

(v1.0) pkg> add PyPlot DataFrames Distributions

Julia IDEs

? Atom with Juno plugin

? Go to ? Run Atom and press Ctrl + , (Ctrl and "comma") ? In the search box type "juno"

? Press the "Install" button to install Juno This will install Juno Atom plug-in along with its dependencies

Jupyter notebook and Julia online...

? Alternative: Jupyter notebook

? julia> Pkg.add("IJulia") ? julia> using IJulia ? julia> notebook()

? JuliaBox ? Julia on-line, no installation (pure cloud )

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download