Skip to content

Commit

Permalink
change headers
Browse files Browse the repository at this point in the history
  • Loading branch information
koldunovn committed Oct 27, 2013
1 parent c584f98 commit 71455e7
Show file tree
Hide file tree
Showing 9 changed files with 176 additions and 20 deletions.
13 changes: 12 additions & 1 deletion 00 - Why Python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"source": [
"Python for geoscience"
"Python for Geosciences"
]
},
{
Expand All @@ -33,6 +33,17 @@
"[email protected]"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"This is part of [**Python for Geosciences**](https://github.com/koldunovn/python_for_geosciences) notes."
]
},
{
"cell_type": "heading",
"level": 1,
Expand Down
17 changes: 17 additions & 0 deletions 01 - Scientific modules and IPython.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@
"Scientific modules and IPython"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Nikolay Koldunov\n",
"\n",
"\n",
"[email protected]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is part of [**Python for Geosciences**](https://github.com/koldunovn/python_for_geosciences) notes."
]
},
{
"cell_type": "heading",
"level": 2,
Expand Down
17 changes: 17 additions & 0 deletions 02 - Python basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@
"Python basics"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Nikolay Koldunov\n",
"\n",
"\n",
"[email protected]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is part of [**Python for Geosciences**](https://github.com/koldunovn/python_for_geosciences) notes."
]
},
{
"cell_type": "heading",
"level": 2,
Expand Down
38 changes: 27 additions & 11 deletions 03 - NumPy arrays.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"set_printoptions(precision=3 , suppress= True) # this is just to make the output look better"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 5
},
{
"cell_type": "heading",
"level": 1,
Expand All @@ -26,6 +15,22 @@
"NumPy arrays"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Nikolay Koldunov\n",
"\n",
"[email protected]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is part of [**Python for Geosciences**](https://github.com/koldunovn/python_for_geosciences) notes."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -43,6 +48,17 @@
"- useful linear algebra, Fourier transform, and random number capabilities\n"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"set_printoptions(precision=3 , suppress= True) # this is just to make the output look better"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 5
},
{
"cell_type": "heading",
"level": 2,
Expand Down
18 changes: 17 additions & 1 deletion 04 - Work with different data formats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,23 @@
"level": 1,
"metadata": {},
"source": [
"Work with different data formats"
"Work with different data formats (binary, netCDF, .mat)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Nikolay Koldunov\n",
"\n",
"[email protected]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is part of [**Python for Geosciences**](https://github.com/koldunovn/python_for_geosciences) notes."
]
},
{
Expand Down
25 changes: 24 additions & 1 deletion 05 - Graphs and maps (Matplotlib and Basemap).ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,30 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms."
"Nikolay Koldunov\n",
"\n",
"[email protected]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is part of [**Python for Geosciences**](https://github.com/koldunovn/python_for_geosciences) notes."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"============="
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[Matplotlib](http://matplotlib.org/) is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms."
]
},
{
Expand Down
22 changes: 16 additions & 6 deletions 06 - Time series analysis (Pandas).ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,23 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Task**:\n",
" \n",
" analysis of several time series data (AO, NAO)\n",
"Nikolay Koldunov\n",
"\n",
"**Modules**:\n",
" \n",
" pandas\n"
"[email protected]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is part of [**Python for Geosciences**](https://github.com/koldunovn/python_for_geosciences) notes."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"================"
]
},
{
Expand Down
23 changes: 23 additions & 0 deletions 07 - Other modules for geoscientists.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,29 @@
"Other modules for geoscientists"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Nikolay Koldunov\n",
"\n",
"[email protected]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is part of [**Python for Geosciences**](https://github.com/koldunovn/python_for_geosciences) notes."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"============="
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
23 changes: 23 additions & 0 deletions Links.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,29 @@
"Links"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Nikolay Koldunov\n",
"\n",
"[email protected]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is part of [**Python for Geosciences**](https://github.com/koldunovn/python_for_geosciences) notes."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"============="
]
},
{
"cell_type": "heading",
"level": 3,
Expand Down

0 comments on commit 71455e7

Please sign in to comment.