Jupyter notebook changes the label from numeric to [*] and then gives no output

jupyter notebook changes the label from numeric to [*] and then gives no output

enter image description here

When trying to open and run .ipynb file in Mozilla FireFiox the jupyter notebook, then after several clicking on the run button it starts writting [*] instead of [3],[4] etc and no output results afterwards. Please see the image above.

I have tried to reload the jupyter ipynb file and from time to time it works, but mostly it doesn’t

I have downloaded ipynb files from this web

EDIT Yes there is

enter image description here

What you are describing by the label changing to [*] is the normal process when you execute cells. If things fail and give no output then you have a problem with the previous step.

You aren’t providing much for anyone to help you.

Please read Getting good answers to your questions and follow that and suggestions at How do I ask a good question? as guides to how to post on this and such forums.

Importantly, screenshots of tiny bits of a notebook aren’t a way to make such a post.
Screenshots in general are frowned upon.

If the code triggering the issue is consistent and other code runs and never causes a problem then it is a problem with that code or how many computational resources it needs.

I have detected the error: RuntimeError: The NVIDIA driver on your system is too old (found version 9010). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver.

I cannot find the right CUDA Driver version for my Windows 8.1 at http://www.nvidia.com/Download/index.aspx. Any help ? Nor the alternative advice works for me. Namely I cannot locate here (Previous PyTorch Versions | PyTorch) the right version of PyTorch. Thank you for any advice to this problem.

1 Like