I'm curious on what are the ideal development setups for NLP developers who train deep learning models? I know in my journey to work more with deep learning, I use Jupyter Notebooks a lot, but I'm wondering if anyone is also using regular Python scripts and developing in an IDE?
What is your development process? Do you start experimenting first with Jupyter and then turn your refined code into actual Python app with different structured modules and such, or do you just take your notebook and run it as an application directly using something like jupyter execute
?