Infinite loop in Python kills my DSWB account
DOWNLOAD YOUR NOTEBOOKS AND DATA FIRST BEFORE RUNNING ANY INFINITE LOOP
In Python, I ran:
while True:
... print "hi"
This literally killed my workbench. I can't open my Python notebooks anymore. I couldn't interrupt the kernel or restart it.
2
votes

-
Polong Lin commented
Sorry, this only kills the notebook containing the infinite loop. Other notebooks, including Python notebooks work fine!