Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ type
Function
type
src/kernels/common/baseJupyterSessionConnection.ts:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
return
this.session.name;
28
}
29
public get
type
() {
30
return
this.session.
type
;
31
}
32
public get serverSettings() {
33
return
this.session.serverSettings;
34
}
Callers
14
_repr
Method · 0.85
_is_long_iter
Method · 0.85
_repr_long_iter
Method · 0.85
_repr_obj
Method · 0.85
getJupyterVariableList.py
File · 0.85
_repr
Method · 0.85
_is_long_iter
Method · 0.85
_repr_long_iter
Method · 0.85
_repr_obj
Method · 0.85
getValue
Function · 0.85
getVariableDescription
Function · 0.85
_VSCODE_getVariableDescriptions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected