##// END OF EJS Templates
Update docs/source/interactive/htmlnotebook.txt...
drevicko -
Show More
@@ -243,6 +243,19 b' and then on any cell that you need to protect, use::'
243 if script:
243 if script:
244 # rest of the cell...
244 # rest of the cell...
245
245
246 Configuration
247 -------------
248
249 The IPython notebook server can be run with a variety of command line arguments.
250 To see a list of available options ehter:
251
252 $ ipython help notebook
253
254 Defaults for these options can also be set by creating a file named
255 ipython_notebook_config.py in you IPython profile folder. The profile folder is
256 a subfolder of your IPython directory (`ipython locate` will show you where that
257 is).
258
246 Keyboard use
259 Keyboard use
247 ------------
260 ------------
248
261
General Comments 0
You need to be logged in to leave comments. Login now