added scitools notebook to the index, added notebook description and index (from the readme)

intro16
epifanio 2016-04-18 22:52:58 -04:00
parent 5882355b23
commit 233e1eaf7f
2 changed files with 67 additions and 1 deletions

View File

@ -0,0 +1,65 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Python courses for the scientific researcher\n",
"---\n",
"This repository contains several courses for the benefit of scientific researchers,\n",
"particularly in the fields of oceanography and meteorology.\n",
"\n",
"There are currently four courses:\n",
"\n",
"* ## [course_content/notebooks/cartopy_intro.ipynb](An introduction to numpy)\n",
"\n",
"\t3.5 hours — depends on a basic Python background\n",
"\n",
"* ## [course_content/notebooks/iris_intro.ipynb](An introduction to matplotlib)\n",
"\n",
"\t3 hours — depends on \"An introduction to numpy\"\n",
"\n",
"* ## [course_content/notebooks/matplotlib_intro.ipynb](Cartopy in a nutshell (for Iris))\n",
"\n",
"\t0.5 hours — depends on \"An introduction to matplotlib\"\n",
"\n",
"* ## [course_content/notebooks/numpy_intro.ipynb](An introduction to Iris)\n",
"\n",
"\t6 hours — depends on \"Cartopy in a nutshell\"\n",
"\n",
"\n",
"\n",
"\n"
]
}
],
"metadata": {
"hide_input": false,
"kernelspec": {
"display_name": "Python",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2.0
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.11+"
},
"latex_envs": {
"bibliofile": "biblio.bib",
"cite_by": "apalike",
"current_citInitial": 1.0,
"eqLabelWithNumbers": true,
"eqNumInitial": 0.0
}
},
"nbformat": 4,
"nbformat_minor": 0
}

View File

@ -18,7 +18,8 @@
"\n",
"* [Introduction to jupyter notebook](introduction-to-jupyter-notebook.ipynb)\n",
"* [Software Projects](projects/)\n",
"* [Educational material - GSoC-2015](GSoC-2015/Introduction.ipynb)"
"* [Educational material - GSoC-2015](GSoC-2015/Introduction.ipynb)\n",
"* [SciTools-courses](SciTools-courses/index.ipynb)"
]
}
],