Add warning message for users using the new version of jupyter book (#12496) (#12500)

* Add warning message for users

* Address pr comments
This commit is contained in:
Barbara Valdez
2020-09-18 20:15:12 -07:00
committed by GitHub
parent cc6d84e7f6
commit 5a2fdc4034

View File

@@ -26,6 +26,9 @@
"# Create Jupyter Book\n",
" <span style=\"color:red\">**Note**:</span> **Windows users** using **Python 3.8** might be impacted by this known [issue](https://jupyterbook.org/advanced/advanced.html#working-on-windows) on the latest **jupyter book** version.\n",
"\n",
" <span style=\"color:red\">**Note**:</span> In Jupyter Book versions above 0.7.0, verify that the names of the files do not start with a **number**. Due to the new design of jupyter book, the prefix number will be removed from the file name in the Table of Contents. Please refer to this [section](https://jupyterbook.org/customize/toc.html#automatically-generate-your-toc-yml-file) of the documentation for more information.\n",
"\n",
"\n",
"This is a notebook to create a [Jupyter Book](https://jupyterbook.org/intro.html), which is an organized collections of Jupyter notebooks.\n",
"\n",
"The best way to use this notebook is by clicking Run all in the toolbar above. This will run all the cells in a step-by-step order so that you can create your Jupyter Book.\n",