Visualize Call Stack in VS Code Jupyter Notebook

18 Views Asked by At

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

0

There are 0 best solutions below