일본어 블로그 아티클의 @young의 번역글 입니다. 의역이 포함되어 있습니다.
- 「SwiftUIでMVVMを採用するのは止めよう」と思い至った理由
- https://qiita.com/karamage/items/8a9c76caff187d3eb838
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 [ > without_output.ipynb ] | |
Modified from remove_output by Minrk | |
""" | |
import sys | |
import io | |
import os | |
from IPython.nbformat.current import read, write |