{ "metadata": { "name": "", "signature": "sha256:28db22fa4aac4592a1baf8f6dd5f1f7896160fa663d370ac55f36b125c090906" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "

Python in the Browser Age

\n", "\n", "

Data Visualization in the IPython Notebook

\n", "\n", "
\n", "\n", "

\n", "

Jake VanderPlas ([@jakevdp](http://twitter.com/jakevdp))

\n", "

University of Washington

\n", "\n", "

\n", "
All the notebooks for this talk:
\n", "
http://github.com/jakevdp/OpenVisConf2014
\n", "

\n", "
" ] }, { "cell_type": "code", "collapsed": false, "input": [ "%run talktools" ], "language": "python", "metadata": { "slideshow": { "slide_type": "skip" } }, "outputs": [ { "html": [ "\n" ], "metadata": {}, "output_type": "display_data", "text": [ "" ] } ], "prompt_number": 1 }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Talk Outline:\n", "\n", "- [IPython notebook: visualization in context](Notebook.ipynb)\n", " \n", "- [The modern world of Python visualization](PythonVis.ipynb)\n", " \n", "- [Interacting with the Kernel: IPython widgets](Interaction.ipynb)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Conclusion\n", "\n", "IPython Notebook is a powerful platform to accomplish this:\n", "\n", "- Open access to code, data, and visualizations *in context*\n", "\n", "- Ability to Reproduce analyses & graphics\n", "\n", "- Multi-language backend lets you work in the language of your comfort\n", "\n", "- Browser front-end lets you use all your favorite viz tools\n", "\n", "Openness and reproducibility is the hallmark of good science, journalism, and visualization.\n", "\n", "

\n", "\n", "
http://github.com/jakevdp/OpenVisConf2014
\n", "

\n", "
Jake Vanderplas [@jakevdp](http://twitter.com/jakevdp)
" ] } ], "metadata": {} } ] }