1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] Automatically maintain a copy of a jupyter notebook as plain python code

Discussão em 'Python' iniciado por Stack, Setembro 25, 2021.

  1. Stack

    Stack Membro Participativo

    tl;dr

    Is there any feature, extension, add-on, or custom function I could use that would extend the autosave functionality in jupyter to automatically maintain a plain text (.py) copy of the code alongside the notebook (.ipynb) file?

    additional details

    I don't particularly like using Jupyter as an IDE, especially for code that will some day be used in production but a lot of my teammates do. The issue is that we currently don't have any way to automate code saved as a .ipynb file. We also don't have good version control practices in place and I find myself constantly having to remind people to update the "production" copy of the code after they've finished making some changes to the notebook. I'm hoping there might be a way to address this.

    Continue reading...

Compartilhe esta Página