Hola,

Yo también uso Jupytext últimamente como indica Chema pero también puedes 
intentar ejecutar el notebook de manera no interactiva con un comando de este 
tipo:
jupyter nbconvert --to notebook \\
--kernel_name python3 \\
--execute notebook.ipynb
Un saludo,
Jose


> On 15 May 2021, at 19:45, Augusto Theaux <augustothe...@gmail.com> wrote:
> 
> Buenas,
> 
> Tengo 2 Jupyter notebooks con sus respectivas fuente de datos (.csv). 
> Necesito hacer un script o aplicación web, para cargar cada archivo y 
> ejecutar las notebooks.
> Alguien hizo esto alguna vez.
> 
> Muchas gracias
> _______________________________________________
> Python-es mailing list
> Python-es@python.org
> https://mail.python.org/mailman/listinfo/python-es

_______________________________________________
Python-es mailing list
Python-es@python.org
https://mail.python.org/mailman/listinfo/python-es

Responder a