Skip to content

Commit

Permalink
Remove slideshow toolbars and tweak for web publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
swt30 committed Mar 16, 2015
1 parent 8bcf028 commit 9681fe8
Show file tree
Hide file tree
Showing 5 changed files with 306 additions and 44 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# ioa-julia-tutorials
An introductory Julia tutorial for the Institute of Astronomy, University of Cambridge

An introductory Julia tutorial for the Institute of Astronomy, University of Cambridge.

A notebook version of the introductory slideshow is available [here](welcome-to-julia.ipynb).

The extended tutorial is available [here](julia-tutorial.ipynb).

The individual exercises are available here:

* [Exercise 1](exercise-1-julia-python.ipynb): how to farm work out to Python when you don't want to write in Julia,
* [Exercise 2](exercise-2-FITS.ipynb): comparing the use of Python and FITSIO to read and write FITS files, and
* [Exercise 3](exercise-3-types.ipynb): using types to write an N-body integrator in 80 lines.
1 change: 0 additions & 1 deletion exercise-1-julia-python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@
}
],
"metadata": {
"celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Julia 0.3.6",
"language": "julia",
Expand Down
1 change: 0 additions & 1 deletion exercise-2-FITS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@
}
],
"metadata": {
"celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Julia 0.3.6",
"language": "julia",
Expand Down
Loading

0 comments on commit 9681fe8

Please sign in to comment.