diff --git a/IPython/core/magics/basic.py b/IPython/core/magics/basic.py index 3235599..781fa72 100644 --- a/IPython/core/magics/basic.py +++ b/IPython/core/magics/basic.py @@ -561,7 +561,6 @@ Currently the magic system has the following functions:""", This function can export the current IPython history to a notebook file. For example, to export the history to "foo.ipynb" do "%notebook foo.ipynb". - To export the history to "foo.py" do "%notebook foo.py". The -e or --export flag is deprecated in IPython 5.2, and will be removed in the future.