I have jupyter working My Tensorflow installation works in Command Prompt but not in Jupyter

Found the solutions.

https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html

For example, you can use an image quay.io/jupyter/pytorch-notebook:cuda12-python-3.11.8 or quay.io/jupyter/tensorflow-notebook:cuda-latest

sudo podman pull quay.io/jupyter/tensorflow-notebook:cuda-latest

very fast shortcut