intro
This commit is contained in:
parent
4d691c016c
commit
41a3f3c02f
@ -22,23 +22,21 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"First of all, thanks a lot for reading the early release of our book! We welcome your comments on these early release chapters, and have created a dedicated forum for this discussion: https://forums.fast.ai/c/book-early-access/50 . Please direct your feedback to the forum, rather than using email, twitter, etc, so that all readers are able to see the comments in one place.\n",
|
||||
"\n",
|
||||
"There are a few things we wanted to explain to you before you start reading. First, we are hoping to add a few more icons in the style usually used in O'Reilly books. For you have notes, warnings and tips that get their own special blocks like this one:\n",
|
||||
"Thanks a lot for reading the early release of our notebooks! The cell above is an \"asciidoc\" cell--you can ignore them since they're not relevant for the notebooks. There are also some other special cells that will appear differently once we create PDF and/or paper versions of these notebooks. Notes, warnings and tips that get their own special blocks like this one:\n",
|
||||
"\n",
|
||||
"> note: This is an example of note\n",
|
||||
"\n",
|
||||
"The ones we are hoping to add are jargon (for the first time a new obscure term is mentioned), stop (don't read after this and stop a minute to think about it) and question (there is a question in the box, the answer in a footnote at the bottom of the page). We don't have a production solution for these yet, so you will see those in blocks like this:\n",
|
||||
"There are also jargon cells (for the first time a new obscure term is mentioned):\n",
|
||||
"\n",
|
||||
"> jargon: Here we will introduce a new term\n",
|
||||
"\n",
|
||||
"Also, we're not sure how they will be finally designed in production, but we will have asides from one of us that look like this:\n",
|
||||
"We have asides from each of us that look like this:\n",
|
||||
"\n",
|
||||
"> s: This is an aside from Sylvain!\n",
|
||||
"\n",
|
||||
"You will see bits in the text like this: \"TK: figure showing bla here\" or \"TK: expand introduction\". \"TK\" is used to make places where we know something is missing and we will add them. This does not alter any of the core content as those are usually small parts/figures that are relatively independent form the flow and self-explanatory.\n",
|
||||
"\n",
|
||||
"Throughout the book, the version of the fastai library used is version 2. That version is not yet officially released and is for now separate from the main project. You can find it [here](https://github.com/fastai/fastai2). If you copy something from the book, all imports have to use `fastai2` and not `fastai`."
|
||||
"Throughout the book, the version of the fastai library used is version 2. That version is not yet officially released and is for now separate from the main project. You can find it [here](https://github.com/fastai/fastai2)."
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -2772,6 +2770,31 @@
|
||||
"display_name": "Python 3",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
"language_info": {
|
||||
"codemirror_mode": {
|
||||
"name": "ipython",
|
||||
"version": 3
|
||||
},
|
||||
"file_extension": ".py",
|
||||
"mimetype": "text/x-python",
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.7.5"
|
||||
},
|
||||
"toc": {
|
||||
"base_numbering": 1,
|
||||
"nav_menu": {},
|
||||
"number_sections": false,
|
||||
"sideBar": true,
|
||||
"skip_h1_title": true,
|
||||
"title_cell": "Table of Contents",
|
||||
"title_sidebar": "Contents",
|
||||
"toc_cell": false,
|
||||
"toc_position": {},
|
||||
"toc_section_display": true,
|
||||
"toc_window_display": false
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
Loading…
Reference in New Issue
Block a user