How to convert jupyter files (*.ipynb) to python files (*.py):
Schritt 1: Open cmd Window box: WindowsStart button put “cmd” in.
Schritt 2: Go in the cmd to the directory, where your file is e.g. cd desktop
Schritt 3: jupyter nbconvert filename.ipynb --to python
0 Commentaires