Skip to content

Commit fb18e4d

Browse files
committed
Add recipe numbers
1 parent 56f9a35 commit fb18e4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

chapter01_basic/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
In this chapter, we will cover the following topics:
44

5-
* [Introducing IPython and the Jupyter Notebook](01_notebook.md)
6-
* [Getting started with exploratory data analysis in the Jupyter Notebook](02_pandas.md)
7-
* [Introducing the multidimensional array in NumPy for fast array computations](03_numpy.md)
8-
* [Creating an IPython extension with custom magic commands](04_magic.md)
9-
* [Mastering IPython's configuration system](05_config.md)
10-
* [Creating a simple kernel for Jupyter](06_kernel.md)
5+
* [1.1. Introducing IPython and the Jupyter Notebook](01_notebook.md)
6+
* [1.2. Getting started with exploratory data analysis in the Jupyter Notebook](02_pandas.md)
7+
* [1.3. Introducing the multidimensional array in NumPy for fast array computations](03_numpy.md)
8+
* [1.4. Creating an IPython extension with custom magic commands](04_magic.md)
9+
* [1.5. Mastering IPython's configuration system](05_config.md)
10+
* [1.6. Creating a simple kernel for Jupyter](06_kernel.md)
1111

1212
In this introduction, we will give a broad overview of Python, IPython, Jupyter, and the scientific Python ecosystem.
1313

0 commit comments

Comments
 (0)