0

when running dash in jupyter notebook, how to do debugging?

typically, I use below if I just run jupyter notebook,

import ipdb; ipdb.set_trace()

However with dash, it doesn't work, it just show ipdb> , then no prompt for me to enter for debugging.

Thanks

roudan
  • 3,082
  • 5
  • 31
  • 72
  • 1
    If you're using VSCode, you could consider [@vestland's answer](https://stackoverflow.com/questions/69353859/how-to-debug-a-jupyterdash-app-using-vscode) – Derek O Feb 17 '22 at 04:17
  • Thanks Derek, no I am not using VSCode, just jupyter notebook. any other suggestion? Thanks – roudan Feb 17 '22 at 04:21
  • Thank you Derek, I will switch to VSCode. – roudan Feb 17 '22 at 07:14

0 Answers0