Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 319 Bytes

README.md

File metadata and controls

executable file
·
21 lines (14 loc) · 319 Bytes

Blazingly fast npconverter

Convert your Jupyter notebook files into Python source code

Installing

pip install fast-nbconvert

Usage:

fast_nbconvert [path to notebook] > [path to python file]

You can also create a file:

fast_nbconvert [path to notebook] --make-file