Skip to content

Instantly share code, notes, and snippets.

View Sopwith's full-sized avatar

Sopwith

  • Conestoga College ITAL
  • Belleville, Ontario, Canada
View GitHub Profile
@ddelange
ddelange / convert_ipynb_to_py.py
Created November 20, 2019 10:15
Convert iPython Notebook (.ipynb) to a Python file (.py) from CLI
"""Convert ipynb file to py file from CLI.
Usage:
python ./convert_ipynb_to_py.py [full input path] [full output path]
!! overwrites output path without warning if it exists !!
"""
import sys
import json