Ejemplo 1: convertir el cuaderno jupyter a la línea cmd de python
jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb
Ejemplo 2: convertir archivos de cuaderno jupyter a python
pip install ipython
pip install nbconvert
exmaple:
jupyter nbconvert --to python NumPy_Tut.ipynb
Ejemplo 3: convertir ipynb a py
open the ipynb file in jupyter notebook
go to file>download as>py file
Ejemplo 4: convertir org a jupyter notebook
(export-ipynb-buffer)
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)