Debugging Jupyter Notebooks in VS Code
Summary Visual Studio Code is the most popular editor for development.
Jupyter Notebooks is the most widely used way to share, demonstrate and develop code in modern AI development.
Debugging code is not just used when you have a bug. After you have written any substantial piece of code I suggest stepping through it in the debugger if possible. This can help improve you understanding and the quality of the code you have written