{ "metadata": { "name": "" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "code", "collapsed": false, "input": [ "%load_ext load_style\n", "%load_style talk.css\n", "from talktools import website, nbviewer" ], "language": "python", "metadata": { "slideshow": { "slide_type": "slide" } }, "outputs": [ { "output_type": "stream", "stream": "stdout", "text": [ "The load_style extension is already loaded. To reload it, use:\n", " %reload_ext load_style\n" ] }, { "html": [ "" ], "metadata": {}, "output_type": "display_data", "text": [ "" ] } ], "prompt_number": 14 }, { "cell_type": "heading", "level": 1, "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "

The IPython Project

\n", "\n", "
\n", "\n", "
" ] }, { "cell_type": "heading", "level": 1, "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "Telling stories with code and data" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "-" } }, "source": [ "Scientific computing is about more than just code and data. \n", "\n", "It is about **telling stories** with code and data.\n", "\n", "These data driven stories include other types of content:\n", "\n", "* Narrative text\n", "* Images and video\n", "* Equations\n", "* Plots and other visualizations\n", "\n", "We go through different phases as we tell these stories:\n", "\n", "* Individual exploration\n", "* Collaborative development\n", "* Production execution\n", "* Debugging\n", "* Publication\n", "* Presentation\n", "* Education" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "

IPython is an interactive computing environment for telling stories with code and\n", "data that are interactive, exploratory, social, open and reproducible

" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "
\n", "\n", "
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* [IPython](http://ipython.org): open source (BSD) interactive computing environment in Python\n", "* History:\n", " - Started in 2001 by Fernando Perez (BDFL)\n", " - The project now has an [extremely dedicated and talented team](https://github.com/ipython/ipython/contributors)\n", "* $>$ 20 person years of development, $>$ 150 contributors\n", "* IPython is the de facto standard environment for interactive work in Python\n", "* Funded by:\n", " - Volunteers (mostly)\n", " - NASA, DOD/DRC, NIH\n", " - Microsoft, Enthought\n", " - Alfred P. Sloan Foundation\n", " - $1.15 million dollar grant for 2013-2014\n", " - PIs: F. Perez @ UC Berkeley and B. Granger @ Cal Poly" ] }, { "cell_type": "code", "collapsed": false, "input": [ "website('http://ipython.org', height=500)" ], "language": "python", "metadata": { "slideshow": { "slide_type": "slide" } }, "outputs": [ { "html": [ "