Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmbates/juliaworkshop
- Owner: dmbates
- Created: 2014-06-17T14:46:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T17:29:01.000Z (over 5 years ago)
- Last Synced: 2024-10-13T23:32:47.834Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 3.6 MB
- Stars: 31
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.