diff --git a/README.md b/README.md index b964ea4..85d2425 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,11 @@ IPython Notebooks demonstrating spark and HDFS functionality. IPython Notebooks demonstrating various command lines for Linux, Git, etc. * [linux](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/linux.ipynb) -* [git](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/git.ipynb) -* [jekyll](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/jekyll.ipynb) +* [anaconda](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#Anaconda) +* [ipython notebook](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#IPython_Notebook) +* [git](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#Git) +* [ruby](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#Ruby) +* [jekyll](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#Jekyll) ## matplotlib diff --git a/commands/misc.ipynb b/commands/misc.ipynb index 7f6631b..628a205 100644 --- a/commands/misc.ipynb +++ b/commands/misc.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:bdac648ec0b4aed3674cd0f9149c9e6ba9739594d14f09b48f1e661b96b697c9" + "signature": "sha256:9123b15f50bd4a9755cf5159f2834514ecd8d1e384720859004286fb89b055ca" }, "nbformat": 3, "nbformat_minor": 0, @@ -25,8 +25,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Anaconda\n", - "\n", + "

Anaconda

" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ "[Anaconda](https://store.continuum.io/cshop/anaconda/) is a scientific python distribution containing Python, NumPy, SciPy, Pandas, IPython, Matplotlib, Numba, Blaze, Bokeh, and other great Python data analysis tools." ] }, @@ -60,8 +65,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## IPython Notebook\n", - "\n", + "

IPython Notebook

" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ "[IPython Notebook](http://ipython.org/notebook.html) is a \"web-based interactive computational environment where you can combine code execution, text, mathematics, plots and rich media into a single document.\"" ] }, @@ -121,8 +131,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Git\n", - "\n", + "

Git

" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ "[Git](http://git-scm.com/) is a distributed revision control system." ] }, @@ -219,8 +234,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Ruby\n", - "\n", + "

Ruby

" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ "[Ruby](https://www.ruby-lang.org/en/) is used to interact with the AWS command line and for Jekyll, a blog framework that can be hosted on GitHub Pages." ] }, @@ -260,8 +280,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Jekyll\n", - "\n", + "

Jekyll

" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ "[Jekyll](http://jekyllrb.com/) is a blog framework that can be hosted on GitHub Pages.\n", "\n", "In addition to donnemartin.com, I\u2019ve started to build up its mirror site donnemartin.github.io to try out Jekyll. So far I love that I can use my existing developer tools to generate content (SublimeText, Terminal, and GitHub).\n",