Which one of the above should one use if they are just getting started?
Also, if there a way to quickly edit the code files while debugging to check specific portions of the code?
For example when you have a large file like this (publicly found).
If I decide to change a variable name (forecast_filled_df
, input 25), do I then have to change it manually at all other locations or can I simply find all instances and replace all like you can do in text editors?
Essentially what I want to know is if there is a way to simply edit code in a separately generated file based on a given notebook without being distracted by all the outputs and having to scroll so much to specific locations.