##// END OF EJS Templates
Spelling fixes in example notebook. Spotted by Jason Grout.
Thomas Kluyver -
Show More
@@ -120,7 +120,7 b''
120 "source": [
120 "source": [
121 "## User interface",
121 "## User interface",
122 "",
122 "",
123 "When you start a new notebook server with `ipytyhon notebook`, your",
123 "When you start a new notebook server with `ipython notebook`, your",
124 "browser should open into the *Dashboard*, a page listing all notebooks",
124 "browser should open into the *Dashboard*, a page listing all notebooks",
125 "available in the current directory as well as letting you create new",
125 "available in the current directory as well as letting you create new",
126 "notebooks. In this page, you can also drag and drop existing `.py` files",
126 "notebooks. In this page, you can also drag and drop existing `.py` files",
@@ -302,7 +302,7 b''
302 "source": [
302 "source": [
303 "## The kernel's `raw_input` and `%debug`",
303 "## The kernel's `raw_input` and `%debug`",
304 "",
304 "",
305 "The one feature the notebook currently doesn't support as a client is the ability to send data to the kerne's",
305 "The one feature the notebook currently doesn't support as a client is the ability to send data to the kernel's",
306 "standard input socket. That is, if the kernel requires information to be typed interactively by calling the",
306 "standard input socket. That is, if the kernel requires information to be typed interactively by calling the",
307 "builtin `raw_input` function, the notebook will be blocked. This happens for example if you run a script",
307 "builtin `raw_input` function, the notebook will be blocked. This happens for example if you run a script",
308 "that queries interactively for parameters, and very importantly, is how the interactive IPython debugger that ",
308 "that queries interactively for parameters, and very importantly, is how the interactive IPython debugger that ",
@@ -418,4 +418,4 b''
418 ]
418 ]
419 }
419 }
420 ]
420 ]
421 } No newline at end of file
421 }
General Comments 0
You need to be logged in to leave comments. Login now