bundles / IPython 9.5.0 / IPython / core / magics / basic / BasicMagics / notebook
function
IPython.core.magics.basic:BasicMagics.notebook
Signature
def notebook ( self , s ) Summary
::
Extended Summary
%notebook filename
Export and convert IPython notebooks.
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".
positional arguments:
filename Notebook name or filename
Aliases
-
IPython.core.magics.BasicMagics.notebook