파이썬+VBA
ipynb 파일을 py파일로 변환하기
E.X.I.T
2022. 10. 4. 13:31
728x90
반응형
pip install nbconvert
jupyter nbconvert --to script filename.ipynb
728x90
반응형