Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Function · 0.90
run
Function · 0.90
Calls
2
IS_REMOTE_NATIVE_TEST
Function · 0.85
dispose
Method · 0.65
Tested by
no test coverage detected