mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
remove references to loadpy
remove most of the references to loadpy across the docs and example
This commit is contained in:
parent
97151aa3b8
commit
293243fcf4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user