What is the right way to debug in iPython notebook?

前端 未结 10 1704
不知归路
不知归路 2020-11-30 16:50

As I know, %debug magic can do debug within one cell.

However, I have function calls across multiple cells.

For example,

In[1]:          


        
10条回答
  •  误落风尘
    2020-11-30 17:40

    I just discovered PixieDebugger. Even thought I have not yet had the time to test it, it really seems the most similar way to debug the way we're used in ipython with ipdb

    It also has an "evaluate" tab

提交回复
热议问题