|
1 | 1 | { |
2 | 2 | "cells": [ |
3 | | - { |
4 | | - "cell_type": "markdown", |
5 | | - "metadata": {}, |
6 | | - "source": [ |
7 | | - "<!--BOOK_INFORMATION-->\n", |
8 | | - "<img align=\"left\" style=\"padding-right:10px;\" src=\"figures/PDSH-cover-small.png\">\n", |
9 | | - "\n", |
10 | | - "*This notebook contains an excerpt from the [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do) by Jake VanderPlas; the content is available [on GitHub](https://github.com/jakevdp/PythonDataScienceHandbook).*\n", |
11 | | - "\n", |
12 | | - "*The text is released under the [CC-BY-NC-ND license](https://creativecommons.org/licenses/by-nc-nd/3.0/us/legalcode), and code is released under the [MIT license](https://opensource.org/licenses/MIT). If you find this content useful, please consider supporting the work by [buying the book](http://shop.oreilly.com/product/0636920034919.do)!*" |
13 | | - ] |
14 | | - }, |
15 | | - { |
16 | | - "cell_type": "markdown", |
17 | | - "metadata": {}, |
18 | | - "source": [ |
19 | | - "<!--NAVIGATION-->\n", |
20 | | - "| [Contents](Index.ipynb) | [IPython: Beyond Normal Python](01.00-IPython-Beyond-Normal-Python.ipynb) >\n", |
21 | | - "\n", |
22 | | - "<a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/00.00-Preface.ipynb\"><img align=\"left\" src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open in Colab\" title=\"Open and Execute in Google Colaboratory\"></a>\n" |
23 | | - ] |
24 | | - }, |
25 | 3 | { |
26 | 4 | "cell_type": "markdown", |
27 | 5 | "metadata": {}, |
|
153 | 131 | "Throughout the text, we will also make use of other more specialized tools in Python's scientific ecosystem; installation is usually as easy as typing **``conda install packagename``**.\n", |
154 | 132 | "For more information on conda, including information about creating and using conda environments (which I would *highly* recommend), refer to [conda's online documentation](http://conda.pydata.org/docs/)." |
155 | 133 | ] |
156 | | - }, |
157 | | - { |
158 | | - "cell_type": "markdown", |
159 | | - "metadata": {}, |
160 | | - "source": [ |
161 | | - "<!--NAVIGATION-->\n", |
162 | | - "| [Contents](Index.ipynb) | [IPython: Beyond Normal Python](01.00-IPython-Beyond-Normal-Python.ipynb) >\n", |
163 | | - "\n", |
164 | | - "<a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/00.00-Preface.ipynb\"><img align=\"left\" src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open in Colab\" title=\"Open and Execute in Google Colaboratory\"></a>\n" |
165 | | - ] |
166 | 134 | } |
167 | 135 | ], |
168 | 136 | "metadata": { |
|
185 | 153 | "name": "python", |
186 | 154 | "nbconvert_exporter": "python", |
187 | 155 | "pygments_lexer": "ipython3", |
188 | | - "version": "3.5.1" |
| 156 | + "version": "3.9.2" |
189 | 157 | } |
190 | 158 | }, |
191 | 159 | "nbformat": 4, |
192 | | - "nbformat_minor": 0 |
| 160 | + "nbformat_minor": 4 |
193 | 161 | } |
0 commit comments