##// END OF EJS Templates
Update docs/source/interactive/htmlnotebook.txt...
drevicko -
Show More
@@ -247,14 +247,17 b' Configuration'
247 -------------
247 -------------
248
248
249 The IPython notebook server can be run with a variety of command line arguments.
249 The IPython notebook server can be run with a variety of command line arguments.
250 To see a list of available options ehter:
250 To see a list of available options enter:
251
251
252 $ ipython help notebook
252 $ ipython notebook --help
253
253
254 Defaults for these options can also be set by creating a file named
254 Defaults for these options can also be set by creating a file named
255 ipython_notebook_config.py in your IPython profile folder. The profile folder is
255 ipython_notebook_config.py in your IPython profile folder. The profile folder is
256 a subfolder of your IPython directory (`ipython locate` will show you where that
256 a subfolder of your IPython directory (`ipython locate` will show you where that
257 is).
257 is). To create default configuration files (with lots of info on available
258 options) use:
259
260 $ ipython profile create
258
261
259 .. seealso:
262 .. seealso:
260
263
General Comments 0
You need to be logged in to leave comments. Login now