{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Exercises with IPython and the Notebook" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Using notebooks made available by others on the Internet\n", "\n", "Find a Notebook shared from the [IPython Notebook Gallery](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks) and Download it via \n", "http://nbviewer.org. Then import it into your running Notebook server using the Dashboard." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Basic cell operations\n", "\n", "Recall, the Notebook can contain cells of the following types:\n", "\n", "* Code\n", "* Markdown\n", "* Raw text\n", "\n", "Create a new Notebook that has at least one of each cell type. Practice the following cell operations:\n", "\n", "* Moving up/down\n", "* Cut/Copy/Paste\n", "* Merge/Split" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Keyboard shortcuts\n", "Go back to that last Notebook and repeat some of those cell operations using keyboard shortcuts:\n", "\n", "* Inserting cells above/below\n", "* Delete cell\n", "* Move cell up/down\n", "* Cut/copy/paste cell\n", "* Changing cell types" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Markdown cells\n", "\n", "If you still have time, study the notebook titled \"Markdown Cells\" and solve the small exercises included therein." ] } ], "metadata": { "kernelspec": { "display_name": "Python 2", "language": "python", "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.11" }, "widgets": { "state": {}, "version": "1.1.1" } }, "nbformat": 4, "nbformat_minor": 1 }