We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887aeb7 commit 4450cd2Copy full SHA for 4450cd2
jupyter_server/services/shutdown.py
@@ -11,6 +11,7 @@ class ShutdownHandler(JupyterHandler):
11
async def post(self):
12
self.log.info("Shutting down on /api/shutdown request.")
13
14
+ await self.terminal_manager.terminate_all()
15
await self.kernel_manager.shutdown_all()
16
17
ioloop.IOLoop.current().stop()
0 commit comments