MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / stopJupyterServer

Function stopJupyterServer

src/test/common.node.ts:258–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 }
257 },
258 async stopJupyterServer() {
259 if (IS_REMOTE_NATIVE_TEST()) {
260 return;
261 }
262 await JupyterServer.instance.dispose().catch(noop);
263 },
264 async initialize() {
265 return initialize();
266 },

Callers 2

runFunction · 0.90
runFunction · 0.90

Calls 2

IS_REMOTE_NATIVE_TESTFunction · 0.85
disposeMethod · 0.65

Tested by

no test coverage detected