{{ page.title }}
{% if page.date %} {% endif %}
{{ page.content }}
{% extends "base.html" %} {% block title %}{{ page.title }}{% endblock %} {% block headerimg %}{% if page.headerimg %}{{ page.headerimg }}{% else %}{{ DEFAULT_HEADER_BG }}{% endif %}{% endblock %} {% block content %}
This notebook contains an excerpt from the Whirlwind Tour of Python by Jake VanderPlas; the content is available on GitHub.
The text and code are released under the CC0 license; see also the companion project, the Python Data Science Handbook.