-2

I have Anaconda installed in my system and personally use jupyter notebook for my development. The problem is I want to debug my code with a visual debugger which jupyter doesn't support Reference.

Could you introduce some tool which gives full visual debugging experience and also works well with Anaconda?

This one seems appropriate to me but as mentioned in the comments, It's problematic in windows 10.

Amir Pourmand
  • 519
  • 6
  • 17
  • This is likely off-topic, please see [help/on-topic]. – AMC May 14 '21 at 15:18
  • Thanks. I think you mean rule number 4 but my question not particularly subjective. I just need a visual debugger and any tool that works would be sufficient. @AMC – Amir Pourmand May 14 '21 at 19:23
  • I think that rule still applies, I'm not sure how it can be _not particularly subjective_. – AMC May 14 '21 at 20:12
  • Maybe we are not in the same page. Could you please recommend an stackexchange site that is on-topic for this question?! @AMC – Amir Pourmand May 15 '21 at 07:29
  • 1
    You might want to look at softwarerecs.stackexchange.com - this question might be on-topic there. Definitely off-topic for Stack Overflow though. – David Makogon May 17 '21 at 15:24

1 Answers1

-1

I recommend VSCode. I'm using it myself with anaconda and python interactive files, plus full debugging experience is available. In my opinion, it's the best IDE for DS with python (see link).

Anna Yashina
  • 514
  • 8
  • 18