Merge pull request #194 from parulnith/patch-1

Minor typo fix in app_jupyter.ipynb
This commit is contained in:
Jeremy Howard
2020-08-16 07:14:02 -07:00
committed by GitHub

View File

@@ -491,7 +491,7 @@
"\n",
"- `%matplotlib inline`:: Ensures that all matplotlib plots will be plotted in the output cell within the notebook and will be kept in the notebook when saved.\n",
"\n",
"This command is always called together at the beggining of every notebook of the fast.ai course.\n",
"This command is always called together at the beginning of every notebook of the fast.ai course.\n",
"\n",
"``` python\n",
"%matplotlib inline\n",