We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb9a29 commit 7ba4b3aCopy full SHA for 7ba4b3a
Chapter00_basic_python.ipynb
@@ -33,7 +33,7 @@
33
"import matplotlib.pyplot as plt # contains all plotting functions\n",
34
"import numpy as np # contains all basic numerical operations\n",
35
"\n",
36
- "# The \"inline\" option allows figures to be display inside this notebook, instead of in a standalone window\n",
+ "# The \"inline\" option allows figures to be displayed inside this notebook, instead of in a standalone window\n",
37
"%matplotlib inline"
38
]
39
},
0 commit comments