Skip to content

Commit d9fc605

Browse files
committed
Update code titles
1 parent c5e44aa commit d9fc605

File tree

101 files changed

+101
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+101
-103
lines changed

chapter01_basic/01_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Introducing IPython and the Jupyter Notebook"
7+
"# 1.1. Introducing IPython and the Jupyter Notebook"
88
]
99
},
1010
{

chapter01_basic/02_pandas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Getting started with exploratory data analysis in the Jupyter Notebook"
7+
"# 1.2. Getting started with exploratory data analysis in the Jupyter Notebook"
88
]
99
},
1010
{

chapter01_basic/03_numpy.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Introducing the multidimensional array in NumPy for fast array computations"
7+
"# 1.3. Introducing the multidimensional array in NumPy for fast array computations"
88
]
99
},
1010
{
@@ -266,7 +266,6 @@
266266
"output_type": "stream",
267267
"text": [
268268
"134 ms ± 1.79 ms per loop (mean ± std. dev. of 7 runs,\n",
269-
" 10 loops each)\n",
270269
" 1000 loops each)\n"
271270
]
272271
}
@@ -286,7 +285,6 @@
286285
"name": "stdout",
287286
"output_type": "stream",
288287
"text": [
289-
" 10 loops each)\n",
290288
"1.54 ms ± 48.9 µs per loop (mean ± std. dev. of 7 runs\n",
291289
" 1000 loops each)\n"
292290
]

chapter01_basic/04_magic.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Creating an IPython extension with custom magic commands"
7+
"# 1.4. Creating an IPython extension with custom magic commands"
88
]
99
},
1010
{

chapter01_basic/05_config.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Mastering IPython's configuration system"
7+
"# 1.5. Mastering IPython's configuration system"
88
]
99
},
1010
{

chapter01_basic/06_kernel.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Creating a simple kernel for Jupyter"
7+
"# 1.6. Creating a simple kernel for Jupyter"
88
]
99
},
1010
{

chapter02_best_practices/01_shell.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Learning the basics of the Unix shell"
7+
"# 2.1. Learning the basics of the Unix shell"
88
]
99
},
1010
{

chapter02_best_practices/02_py3.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Using the latest features of Python 3"
7+
"# 2.2. Using the latest features of Python 3"
88
]
99
},
1010
{

chapter02_best_practices/03_git.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Learning the basics of the distributed version control system Git"
7+
"# 2.3. Learning the basics of the distributed version control system Git"
88
]
99
},
1010
{

chapter02_best_practices/04_git_advanced.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# A typical workflow with Git branching"
7+
"# 2.4. A typical workflow with Git branching"
88
]
99
},
1010
{

0 commit comments

Comments
 (0)