Skip to content

Commit

Permalink
add simple_econ, test TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
jhconning committed Jan 24, 2016
1 parent bd9f5b5 commit 7b0a0c2
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 213 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_build/
build/
_static/
_templates/
.ipynb_checkpoints/
20 changes: 10 additions & 10 deletions index.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.. Development II seminar documentation master file, created by
sphinx-quickstart on Wed Jan 20 14:50:04 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Development II seminar (Spring 2016)
=======================================
Notes and support materials for The Graduate
Center's `Economics 842:`_

Econ Development II seminar (Spring 2016)
===========================================
.. toctree::
:maxdepth: 2
:glob:

notebooks/jupyter_notebooks
notebooks/simple_econ

Contents:

.. toctree::
:maxdepth: 2

notebooks/jupyter_notebooks
.. _Economics 842: http://www.gc.cuny.edu/Page-Elements/Academics-Research-Centers-Initiatives/Doctoral-Programs/Economics/Courses
196 changes: 0 additions & 196 deletions jupyter_notebooks.ipynb

This file was deleted.

16 changes: 9 additions & 7 deletions notebooks/jupyter_notebooks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
}
},
"source": [
"# Economics with [Jupyter Notebooks](http://jupyter.org/)"
"# Economics with [Jupyter Notebooks](http://jupyter.org/)\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Introduction\n",
"## Introduction\n",
"* Jupyter Notebook is \"a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more.\""
]
},
Expand Down Expand Up @@ -57,8 +57,10 @@
}
},
"source": [
"#### Ways to run and view notebooks\n",
"##### Jupyter server for interactive computing \n",
"### Ways to view and run notebooks\n",
"\n",
"#### Jupyter server for interactive computing \n",
"\n",
"* Run on a local machine or cloud server to modify code and results on the fly. A few options:\n",
" - [Jupyter notebook on your local machine](https://www.continuum.io/downloads). I recommend the [Anaconda distribution](https://www.continuum.io/downloads) for easy installation of Jupyter and scientific python.\n",
" - [DHBox](http://dhbox.org/): Graduate Center cloud server. You can install new libraries and save work.\n",
Expand Down Expand Up @@ -92,7 +94,7 @@
}
},
"source": [
"## A Simple first example: "
"## A Simple first example: \n"
]
},
{
Expand All @@ -103,7 +105,7 @@
}
},
"source": [
"### Are incomes per capita converging or diverging across countries?"
"### Are incomes per capita converging or diverging across countries?\n"
]
},
{
Expand Down Expand Up @@ -338,7 +340,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
"version": "3.4.4"
}
},
"nbformat": 4,
Expand Down
147 changes: 147 additions & 0 deletions notebooks/simple_econ.ipynb

Large diffs are not rendered by default.

0 comments on commit 7b0a0c2

Please sign in to comment.