To interrupt a Jupyter kernel, you can press the "STOP" button in the taskbar:
This will effectively send a CTRL-C signal to the kernel.
On Windows with Versions <= 12.0.3, an extra step may need to be taken. You may also need to restart the kernel to terminate a running Gurobi process:
Please note that this will also reset all previously executed cells and remove all data generated in the notebook.