Honestly, I just let it rip and clean up later lol. But if you want a smoother process, try using `jupytext`. It lets you work on .ipynb and .py files simultaneously, so you don’t have to worry about exporting every time.
Also, if you’re dealing with a lot of notebooks, consider using `nbdev`—it’s a framework for developing Python packages directly from Jupyter Notebooks. Super cool for how to create python script from jupyter notebook workflows.
Also, if you’re dealing with a lot of notebooks, consider using `nbdev`—it’s a framework for developing Python packages directly from Jupyter Notebooks. Super cool for how to create python script from jupyter notebook workflows.
