mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Merge pull request #1606 from Carreau/loadpycat
Share code for %pycat and %loadpy, make %pycat aware of URLs
This commit is contained in:
commit
89b6bc664a
@ -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