Show More
@@ -554,14 +554,13 b' Defaulting color scheme to \'NoColor\'"""' | |||||
554 | help='Export IPython history as a notebook. The filename argument ' |
|
554 | help='Export IPython history as a notebook. The filename argument ' | |
555 | 'is used to specify the notebook name and format. For example ' |
|
555 | 'is used to specify the notebook name and format. For example ' | |
556 | 'a filename of notebook.ipynb will result in a notebook name ' |
|
556 | 'a filename of notebook.ipynb will result in a notebook name ' | |
557 |
'of "notebook" and a format of " |
|
557 | 'of "notebook" and a format of "json". Likewise using a ".py" ' | |
558 |
' |
|
558 | 'file extension will write the notebook as a Python script' | |
559 | 'or py formats.' |
|
|||
560 | ) |
|
559 | ) | |
561 | @magic_arguments.argument( |
|
560 | @magic_arguments.argument( | |
562 | '-f', '--format', |
|
561 | '-f', '--format', | |
563 | help='Convert an existing IPython notebook to a new format. This option ' |
|
562 | help='Convert an existing IPython notebook to a new format. This option ' | |
564 |
'specifies the new format and can have the values: |
|
563 | 'specifies the new format and can have the values: json, py. ' | |
565 | 'The target filename is chosen automatically based on the new ' |
|
564 | 'The target filename is chosen automatically based on the new ' | |
566 | 'format. The filename argument gives the name of the source file.' |
|
565 | 'format. The filename argument gives the name of the source file.' | |
567 | ) |
|
566 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now