|
6 | 6 | <meta name="author" content="Jake VanderPlas"> |
7 | 7 | <meta name="description" content=""> |
8 | 8 | <meta name="viewport" content="width=device-width"> |
9 | | - <title>Home | Python Data Science Handbook</title> |
| 9 | + <title>Python Data Science Handbook | Python Data Science Handbook</title> |
10 | 10 |
|
11 | 11 | <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> |
12 | 12 | <link rel="icon" href="/favicon.ico" type="image/x-icon"> |
|
412 | 412 | <span class="icon-bar"></span> |
413 | 413 | <span class="icon-bar"></span> |
414 | 414 | </button> |
415 | | - <a class="navbar-brand" href="/PythonDataScienceHandbook/pages/" title="Home" class="title">Python Data Science Handbook</a> |
| 415 | + <a class="navbar-brand" href="/PythonDataScienceHandbook/" title="Home" class="title">Python Data Science Handbook</a> |
416 | 416 | </div> |
417 | 417 | <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation" id="theNavbar"> |
418 | 418 | <ul class="nav navbar-nav navbar-right"> |
|
424 | 424 | </header> |
425 | 425 |
|
426 | 426 | <div id="wrap"> |
427 | | -<div class="container index"> |
| 427 | +<div class="container post"> |
428 | 428 |
|
| 429 | + <article> |
| 430 | + <header> |
| 431 | + <h1>Python Data Science Handbook</h1> |
| 432 | + </header> |
429 | 433 |
|
430 | | - <nav class="pagination row"> |
431 | | - <div class="col-xs-6 left"> |
432 | | - </div> |
433 | | - <div class="col-xs-6 right"> |
434 | | - </div> |
435 | | - </nav> |
| 434 | + <div class="article_content"> |
| 435 | + <p><em>Jake VanderPlas</em></p> |
| 436 | +<p><img src="/PythonDataScienceHandbook/figures/PDSH-cover.png" alt="Book Cover"></p> |
436 | 437 |
|
437 | | - </div> |
| 438 | +<p>This is the Jupyter notebook version of the <a href="http://shop.oreilly.com/product/0636920034919.do">Python Data Science Handbook</a> by Jake VanderPlas; the content is available <a href="https://github.com/jakevdp/PythonDataScienceHandbook">on GitHub</a>.*\n"The text is released under the <a href="https://creativecommons.org/licenses/by-nc-nd/3.0/us/legalcode">CC-BY-NC-ND license</a>, and code is released under the <a href="https://opensource.org/licenses/MIT">MIT license</a>. If you find this content useful, please consider supporting the work by <a href="http://shop.oreilly.com/product/0636920034919.do">buying the book</a>!</p> |
| 439 | +<h3><a href="pages/index.html">Book Index Here</a></h3> |
| 440 | + </div> |
438 | 441 |
|
| 442 | + </article> |
439 | 443 | </div> |
440 | | - |
441 | 444 | </div> |
442 | 445 | <!-- |
443 | 446 | <footer> |
|
0 commit comments