Hi Coursera!
I'm working on developing a course with some colleagues at Duke, and we've been trying to get Jupyter notebooks and interactive window up and running for our VS Code lab images, but to no avail. With the default VS Code image, notebooks won't run. I can get a notebook file recognized and the interface shows up, but I can't get cells to run:

I've installed jupyter in both miniconda and the /usr/python installs, but to no avail.
And if I try and use Jupyter extension commands from the Command Pallette, I get this kind of stuff:


I spent a while working with some very generous folks at Coder trying to figure out it, and they had me uninstall the Python and jupyter extensions in the default image and manually load .vsix files, which worked (Python: ms-python.python-2021.10.1365161279.vsix, and Jupyter: ms-toolsai.jupyter-2021.8.12.vsix). But when I tried to just bump the Python build in your Dockerfile (hoping it was a build issue), the result was an image that I couldn't load—I just got a pulsing circle over and over when I tried to load the image.
So... Any suggestions?
@kylebradbury