{% extends "base.html" %} {% block title %}{{ page.title }}{% endblock %} {% block headerimg %}{% if page.headerimg %}{{ page.headerimg }}{% else %}{{ DEFAULT_HEADER_BG }}{% endif %}{% endblock %} {% block content %}

This is an excerpt from the Python Data Science Handbook by Jake VanderPlas; Jupyter notebooks are available on GitHub.

The text is released under the CC-BY-NC-ND license, and code is released under the MIT license. If you find this content useful, please consider supporting the work by buying the book!

{{ page.title }}

{% if page.date %} {% endif %}
{{ page.content }}
{% endblock %}