Skip to content

Converts Jupyter Notebooks into Python files - Blazingly fast!

Notifications You must be signed in to change notification settings

davisuga/fast_nbconvert

Repository files navigation

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