Julia's package manager

The Packages section in Chapter 1, Installing the Julia Platform, introduced us to the Julia's package system (some 370 packages and counting) and its manager program Pkg. Most Julia libraries are written exclusively in Julia; this makes them not only more portable, but also an excellent source for learning and experimenting with Julia in your own modified versions. The packages that are useful for the data scientists are Stats, Distributions, GLM, and Optim. You can search for applicable packages in the http://pkg.julialang.org/indexorg.html repository. For a list of the packages we encountered in this book, consult the List of Packages section in Appendix, List of Macros and Packages, after this chapter.

Installing and ...

Get Getting Started with Julia now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.