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 4450cd2 commit fe71878Copy full SHA for fe71878
jupyter_server/services/shutdown.py
@@ -11,8 +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()
+ await self._cleanup()
16
17
ioloop.IOLoop.current().stop()
18
0 commit comments