I was wondering if there is a way to visualize (or list) execution stack in VS Code Jupyter Notebook
This thing can be seen in Google Colab. Hence, whenever you run a function the execution stack is displayed at the bottom
Screenshot of how it looks in colab
I've tried using Jupyter Lab's Debugger, but not exactly what I want plus it doesn't work in VS Code