Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhconning committed Jan 22, 2016
1 parent 686c9ca commit bd9f5b5
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions notebooks/jupyter_notebooks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"* For example **this very notebook** is:\n",
" - hosted on [the Dev-II repository on github](https://github.com/jhconning/Dev-II/blob/master/notebooks/jupyter_notebooks.ipynb) where it is rendered in simple HTML.\n",
" - viewable in HTML or as javascript slideshow [via nbviewer](Code, data, documentation, output and analysis all in one place.) (to see in slideshow mode click on 'present' icon on top right).\n",
" - Tied together with other documents via Sphinx to create a [website on readthedocs](http://dev-ii-seminar.readthedocs.org/en/latest/jupyter_notebooks.html) \n",
" - Tied together with other documents via Sphinx to create a [website on readthedocs](http://dev-ii-seminar.readthedocs.org/) \n",
" - Also viewable as a [PDF book on readthedocs](https://media.readthedocs.org/pdf/dev-ii-seminar/latest/dev-ii-seminar.pdf)\n"
]
},
Expand Down Expand Up @@ -299,9 +299,16 @@
}
},
"source": [
"## Learn more about jupyter and scientific python\n",
"\n",
"* The single best short primer for learning about Jupyter notebooks and scientific python that I know about was written by John Stachurski is available at this link: [http://quant-econ.net/py/learning_python.html](http://quant-econ.net/py/learning_python.html)\n"
"## Learn more about jupyter and scientific python"
]
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"source": [
"* A very good primer for learning about Jupyter notebooks and scientific python written by John Stachurski and for economists is available at this link: [http://quant-econ.net/py/learning_python.html](http://quant-econ.net/py/learning_python.html)\n"
]
},
{
Expand Down

0 comments on commit bd9f5b5

Please sign in to comment.