Issue
I was wondering is there is a good and comprehensive way to debug python code step by step in Jupyter Notebook so that I can have a better idea of all the variables involved, their dimensions and values. So is there a tool like that or should I need to move to an IDE like Spyder?
Solution
JupyterLab is the current generation of Jupyter interface and has a debugger mode that allows you to step through code. See this post here and a related one here.
Documentation is here.
Look under 'Tutorial Notebook' section on that page for a link where you can try it out without installing anything on your own system.
Answered By - Wayne
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.