remove references to loadpy

remove most of the references to loadpy across the docs and example
This commit is contained in:
Matthias BUSSONNIER 2012-04-18 14:23:43 +02:00
parent 97151aa3b8
commit 293243fcf4

View File

@ -41,7 +41,7 @@ class NotebookManager(LoggingConfigurable):
save_script = Bool(False, config=True,
help="""Automatically create a Python script when saving the notebook.
For easier use of import, %run and %loadpy across notebooks, a
For easier use of import, %run and %load across notebooks, a
<notebook-name>.py script will be created next to any
<notebook-name>.ipynb on each save. This can also be set with the
short `--script` flag.