I can use the docker extension, and right click 'attach shell' to a running container. However, my Jupyter notebooks is not running in that container.
I tried googling how to run a jupyter notebook in a docker container, but I didn't get any results.
If it makes a difference, I am trying to run my notebook in a docker container on a remote server (using VS Code remote ssh to log in)
Edit:
I also tried running
!docker exec -ti {container name} bash
In jupyter, but that cell just hangs. When I stop the cell, the notebook still does not run in the container.