Jupyter: disable restart kernel warning
You can add a cell in your notebook and using the following statements:
from IPython.core.display import HTML
HTML("<script>Jupyter.notebook.kernel.restart()</script>")
And the kernel will restart immediately.
To answer the question that was stated: No, there isn't.
But you might make your voice heard over here so they might implement it some day.