Yo, same prob here! Jupyter not letting me run code randomly. Check your RAM usage—might be maxed out.
Open task manager (or `htop` if you’re on Linux) and see if Python’s eating all your memory. If it is, restart your machine and try again with fewer tabs open.
Also, maybe try `jupyter lab` instead of `jupyter notebook`—sometimes it’s more stable.
Open task manager (or `htop` if you’re on Linux) and see if Python’s eating all your memory. If it is, restart your machine and try again with fewer tabs open.
Also, maybe try `jupyter lab` instead of `jupyter notebook`—sometimes it’s more stable.
