This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Usage: python remove_output.py notebook.ipynb | |
Modified from remove_output by Minrk | |
Modified from remove_output by mathematicalmichael | |
""" | |
import sys | |
import io | |
import os | |
from nbformat import read, write, NO_CONVERT |