Skip to content

Commit bef946f

Browse files
committed
Update pelican
1 parent ef7a948 commit bef946f

File tree

6 files changed

+124
-310
lines changed

6 files changed

+124
-310
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ code
22
output
33
*.pid
44
__pycache__
5+
content
6+

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# IPython Cookbook, Second Edition (2018)
22

3-
<a href="https://github.com/ipython-books/cookbook-2nd"><img src="cover-cookbook-2nd.png" align="left" alt="IPython Cookbook, Second Edition" height="180" /></a>[IPython Interactive Computing and Visualization Cookbook, Second Edition (2018)](https://www.packtpub.com/big-data-and-business-intelligence/ipython-interactive-computing-and-visualization-cookbook-second-e), by [Cyrille Rossant](http://cyrille.rossant.net), Packt Publishing, contains over 100 hands-on recipes on high-performance numerical computing and data science in the Jupyter Notebook.
3+
<a href="https://github.com/ipython-books/cookbook-2nd"><img src="cover-cookbook-2nd.png" align="left" alt="IPython Cookbook, Second Edition" height="200" /></a> **IPython Interactive Computing and Visualization Cookbook, Second Edition** (2018), by [Cyrille Rossant](http://cyrille.rossant.net), contains over 100 hands-on recipes on high-performance numerical computing and data science in the Jupyter Notebook.
44

5-
This repository contains the sources of the book (text and code in Markdown, [CC-BY-NC-ND license](https://creativecommons.org/licenses/by-nc-nd/3.0/us/legalcode)).
5+
This repository contains the sources of the book (in Markdown, [CC-BY-NC-ND license](https://creativecommons.org/licenses/by-nc-nd/3.0/us/legalcode)).
66

77
[**Get the code** as Jupyter notebooks](https://github.com/ipython-books/cookbook-2nd-code)
8-
[**Get the Google Chrome extension** to see LaTeX equations on GitHub](https://chrome.google.com/webstore/detail/github-with-mathjax/ioemnmodlmafdkllaclgeombjnmnbima/)
8+
[**Get the Google Chrome extension** to see LaTeX equations on GitHub](https://chrome.google.com/webstore/detail/github-with-mathjax/ioemnmodlmafdkllaclgeombjnmnbima/)
9+
[**Buy the book**](https://www.packtpub.com/big-data-and-business-intelligence/ipython-interactive-computing-and-visualization-cookbook-second-e)
910

1011
## Contents
1112

website/content/pages/index.md

-190
This file was deleted.

0 commit comments

Comments
 (0)