Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmbates/juliaworkshop

Materials for a workshop on Julia programming at UW-Madison Statistics Dept. in June 2014
https://github.com/dmbates/juliaworkshop

Last synced: 23 days ago
JSON representation

Materials for a workshop on Julia programming at UW-Madison Statistics Dept. in June 2014

Awesome Lists containing this project

README

        

JuliaWorkshop
=============

Materials for a workshop on Julia programming at UW-Madison Statistics Dept. in June 2014

Files with an `.ipynb` extension are IJulia notebooks. If you have ipython installed then
add the package
```julia
Pkg.add("IJulia")
```
to be able to work with these notebooks. You can view the notebooks at

(http://nbviewer.ipython.org/github/dmbates/JuliaWorkshop/)

In the July 8 session I will cover an example of bootstrapping.