how to kill python process in rstudio

When I get an error with python code, the process don't stop and I can't kill the process or exit IDE. I use rstudio version 1.2.1335, python 3.7 with anaconda env.
I can't find the terminal butten in new version of rstudio.

>>> model=VGG16()
Using TensorFlow backend.
WARNING:tensorflow:From C:\Anaconda\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.

Hi @akari!

What happens if you choose "Interrupt R" or "Terminate R…" from the Session menu? (this will also potentially kill your entire R session, so it's a little drastic)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.