IPython Notebook File
Jump to navigation
Jump to search
A IPython Notebook File is a structured file that represents an IPython Notebook.
- AKA: ipynb File.
- …
- Example(s):
- See: JSON File.
References
2013
- http://ipython.org/ipython-doc/1/interactive/nbconvert.html
- Newly added in the 1.0 release of IPython is the
nbconvert
tool, which allows you to convert an .ipynb
notebook document file into various static formats.Currently,
nbconvert
is provided as a command line tool, run as a script using IPython. A direct export capability from within the IPython Notebook web app is planned.
- Newly added in the 1.0 release of IPython is the