Description:
Restart kernel (or its keybinding) doesn't work after the latest update.
For instance, this worked fine:
'.platform-linux atom-text-editor':
'ctrl-r': 'hydrogen:restart-kernel'
Steps to Reproduce:
Stopped working in 1.17
Versions:
Which OS and which version of Hydrogen and Atom are you running?
Atom : 1.18.0
Electron: 1.4.16
Chrome : 53.0.2785.143
Node : 6.5.0
Logs:

From the log it does appear your kernel is restarting. What behavior are you looking for that you are not seeing?
Also, are you up to date w/ v1.17.1 of hydrogen?
It used to abort any computation, showing Python log with something like "interrupted by the user". Upon the second interruption Atom would pop up something like "No Python kernel used".
Now nothing happens: the calculation animation proceeds, no pop-ups appear.
Yes, I am using the latest version.
Well, it seems that Atom actually disconnects from the kernel, but there are no indication of it.
Thanks for investigating.
We slightly changed the behavior of the kernel restart in b8ec0c3ffaa2841f9c62d333192e9a3f380ae70d. We don't clear result bubbles on restart anymore.
Looks like the spinner now also stays active, which in my opinion shouldn't be the case. I think we should should find a way to remove the spinners or fully revert the commit.
Try clicking the kernel status bar at the bottom of your editor (if a kernel is running). The status bar shows the name of your kernel and its status. Alternatively, you can find this command in the atom command palette.
Here is a link to a kernel section in our docs
(Look at the very bottom of the image I highlighted the status bar in pink)

@BenRussert Thanks buddy.