Numeric prefix of chapters don't exist in Docker images
Created by: wangkuiyi
I ran the Docker images
docker run -p 8888:8888 paddlepaddle/book
and got the following content in my Web browser:
We see that the directory prefixes like 00.
, 01.
etc do not exist in the Docker image.
These prefixes are important because they direct Jupyter Notebook to sort directories in the order of book chapters.