Show More
@@ -554,14 +554,13 Defaulting color scheme to 'NoColor'""" | |||
|
554 | 554 | help='Export IPython history as a notebook. The filename argument ' |
|
555 | 555 | 'is used to specify the notebook name and format. For example ' |
|
556 | 556 | 'a filename of notebook.ipynb will result in a notebook name ' |
|
557 |
'of "notebook" and a format of " |
|
|
558 |
' |
|
|
559 | 'or py formats.' | |
|
557 | 'of "notebook" and a format of "json". Likewise using a ".py" ' | |
|
558 | 'file extension will write the notebook as a Python script' | |
|
560 | 559 | ) |
|
561 | 560 | @magic_arguments.argument( |
|
562 | 561 | '-f', '--format', |
|
563 | 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 | 564 | 'The target filename is chosen automatically based on the new ' |
|
566 | 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