--- title: Title keywords: fastai sidebar: home_sidebar nb_path: "venv/Lib/site-packages/nbconvert/preprocessors/tests/files/Interrupt.ipynb" ---
{% raw %}
{% endraw %} {% raw %}
while True: continue
---------------------------------------------------------------------------
KeyboardInterrupt                         Traceback (most recent call last)
<ipython-input-1-31d18a52bf41> in <module>
----> 1 while True: continue

KeyboardInterrupt: 
{% endraw %} {% raw %}
print("done")
done
{% endraw %}