Enginius/Python&TensorFlow

Convert jupyer-notebook to python files in console

해리s 2016. 4. 16. 17:09


ipython nbconvert --to=python [YOUR_NOTEBOOK].ipynb


or


jupyter nbconvert --to=python *.ipynb