Skip to content

Commit 6f1869a

Browse files
authored
Merge pull request #28 from fangohr/review-15
review chapter 15 - more discussion on pyplot interface - mention xarray, bokeh, pyplot, holoviews and pyviz - comment on labelled data for plotting - comment on role of jupyter in visualisation - record changes in new chapter - go from sections to chapters in jupyter book (fixes chapter 0.X issue in pdf)
2 parents 0ec1c7c + 03fb620 commit 6f1869a

File tree

4 files changed

+13840
-148
lines changed

4 files changed

+13840
-148
lines changed

book/15-visualising-data.ipynb

Lines changed: 13793 additions & 146 deletions
Large diffs are not rendered by default.

book/99-changes.ipynb

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "american-settle",
6+
"metadata": {},
7+
"source": [
8+
"# Changes\n",
9+
"\n",
10+
"Since 2021"
11+
]
12+
},
13+
{
14+
"cell_type": "markdown",
15+
"id": "naughty-affairs",
16+
"metadata": {},
17+
"source": [
18+
"- 3 Jan 2022: review visualisation chapter"
19+
]
20+
}
21+
],
22+
"metadata": {
23+
"kernelspec": {
24+
"display_name": "Python 3",
25+
"language": "python",
26+
"name": "python3"
27+
},
28+
"language_info": {
29+
"codemirror_mode": {
30+
"name": "ipython",
31+
"version": 3
32+
},
33+
"file_extension": ".py",
34+
"mimetype": "text/x-python",
35+
"name": "python",
36+
"nbconvert_exporter": "python",
37+
"pygments_lexer": "ipython3",
38+
"version": "3.9.0"
39+
}
40+
},
41+
"nbformat": 4,
42+
"nbformat_minor": 5
43+
}

book/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ sphinx:
5959
config:
6060
linkcheck_anchors: false
6161
linkcheck_workers: 10
62+
linkcheck_ignore : https://jacow.org/icalepcs2019/papers/tucpr02.pdf

book/_toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
format: jb-article
1+
format: jb-book
22
root: opening
33
options:
44
numbered: true
5-
sections:
5+
chapters:
66
- file: 01-introduction
77
- file: 02-powerful-calculator
88
- file: 03-data-types-structures
@@ -21,3 +21,4 @@ sections:
2121
- file: 16-scipy
2222
- file: 17-pandas
2323
- file: 18-next-steps
24+
- file: 99-changes

0 commit comments

Comments
 (0)