I am still slowly trying to wrap my head around why you should not use jupyter notebooks (they are cool for plenty of stuff).
I think most of it is because, I feel everyone is putting everything into them. functions are better in a package where you can test them and then you can call the function with your specific argument from a notebook.
what are the issue you see in the use of notebooks?