Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Jupyter notebook 2015-06-24-135141.ipynb

51 views
Kernel: Julia
a = randn(10)
versioninfo()
Julia Version 0.3.8 Commit 79599ad (2015-04-30 23:40 UTC) Platform Info: System: Linux (x86_64-linux-gnu) CPU: Intel(R) Xeon(R) CPU @ 2.30GHz WORD_SIZE: 64 BLAS: libopenblas (NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Haswell) LAPACK: liblapack.so.3 LIBM: libopenlibm LLVM: libLLVM-3.3
Pkg.update()
INFO: Initializing package repository /projects/d1ca9d82-0d17-4f34-be36-0af2ef60908a/.julia/v0.3 INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl INFO: Updating METADATA... INFO: Computing changes... INFO: No packages to install, update or remove
Pkg.add("Bootstrap")
INFO: Cloning cache of ArrayViews from git://github.com/JuliaLang/ArrayViews.jl.git INFO: Cloning cache of Bootstrap from git://github.com/julian-gehring/Bootstrap.jl.git INFO: Cloning cache of Compat from git://github.com/JuliaLang/Compat.jl.git INFO: Cloning cache of DataArrays from git://github.com/JuliaStats/DataArrays.jl.git INFO: Cloning cache of DataFrames from git://github.com/JuliaStats/DataFrames.jl.git INFO: Cloning cache of Distributions from git://github.com/JuliaStats/Distributions.jl.git INFO: Cloning cache of Docile from git://github.com/MichaelHatherly/Docile.jl.git INFO: Cloning cache of GZip from git://github.com/JuliaLang/GZip.jl.git INFO: Cloning cache of Iterators from git://github.com/JuliaLang/Iterators.jl.git INFO: Cloning cache of Lexicon from git://github.com/MichaelHatherly/Lexicon.jl.git INFO: Cloning cache of PDMats from git://github.com/JuliaStats/PDMats.jl.git INFO: Cloning cache of Reexport from git://github.com/simonster/Reexport.jl.git INFO: Cloning cache of SortingAlgorithms from git://github.com/JuliaLang/SortingAlgorithms.jl.git INFO: Cloning cache of StatsBase from git://github.com/JuliaStats/StatsBase.jl.git INFO: Installing ArrayViews v0.6.2 INFO: Installing Bootstrap v0.2.0 INFO: Installing Compat v0.4.6 INFO: Installing DataArrays v0.2.15 INFO: Installing DataFrames v0.6.6 INFO: Installing Distributions v0.7.3 INFO: Installing Docile v0.5.8 INFO: Installing GZip v0.2.15 INFO: Installing Iterators v0.1.8 INFO: Installing Lexicon v0.1.10 INFO: Installing PDMats v0.3.3 INFO: Installing Reexport v0.0.2 INFO: Installing SortingAlgorithms v0.0.5 INFO: Installing StatsBase v0.6.15 INFO: Package database updated