Slackbot
06/19/2022, 9:25 AMIdo (Ploomber)
%debug
in Jupyter. also you can run Jupyter locally and pycharm has integration with it so it shows you all of the local variables. Since a notebook can run cells you can move the problematic lines or functions into a new cell and use prints to understand exactly what’s going on. You can always work in the convenient way for you with ploomber, it has integration with IDEs like Pycharm and VScode so you can enjoy both worlds.gaoyang liu
06/19/2022, 1:07 PMAjasja Ljubetič
06/20/2022, 7:31 AM%load_ext autoreload
%autoreload 2
In jupyter lab and then just print the variables in code that I'm interested in.