Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepelementlab/jupyter-studio
/ functions
Functions
13,188 in github.com/deepelementlab/jupyter-studio
⨍
Functions
13,188
◇
Types & classes
3,578
↳
Endpoints
39
↓ 7 callers
Method
notify
* Add a new notification. * * This will trigger the `changed` signal with an `added` event. * * @param message Notification message * @
open-jupyter/jupyterlab-main/packages/apputils/src/notification.ts:109
↓ 7 callers
Method
onClose
(widget: Widget)
open-jupyter/jupyterlab-main/packages/docmanager/test/widgetmanager.spec.ts:45
↓ 7 callers
Function
openExtensionSidebar
(page: IJupyterLabPageFixture)
open-jupyter/jupyterlab-main/galata/test/documentation/extension_manager.test.ts:372
↓ 7 callers
Method
reconnect
* Reconnect to a disconnected kernel. * * @returns A promise that resolves when the kernel has reconnected. * * #### Notes * This just
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:188
↓ 7 callers
Method
record_pre
(tool_name: str, context: Any, tool_input: dict[str, Any], *, settings: Any | None = None)
clawcode/clawcode/deepnote/observer.py:17
↓ 7 callers
Method
refreshRunning
* Force a refresh of the running kernels. * * @returns A promise that resolves when the running list has been refreshed. * * #### Notes
open-jupyter/jupyterlab-main/packages/services/src/kernel/manager.ts:202
↓ 7 callers
Method
refresh_sessions
Refresh the session list from the session service.
clawcode/clawcode/tui/components/chat/sidebar.py:46
↓ 7 callers
Method
run
(self, call: ToolCall, context: ToolContext)
clawcode/clawcode/llm/tools/execute_code.py:847
↓ 7 callers
Method
run
(self)
clawcode/clawcode/llm/tools/subagent.py:513
↓ 7 callers
Function
run_claude_cli
Run ``claude`` (or ``claude-code``) with the given arguments.
clawcode/clawcode/llm/claw_support/claude_cli_bridge.py:86
↓ 7 callers
Method
saveCollapseState
* Save view collapse state to model
open-jupyter/jupyterlab-main/packages/cells/src/widget.ts:463
↓ 7 callers
Function
save_plugin_state
(path: Path, state: PluginState)
clawcode/clawcode/plugin/state.py:58
↓ 7 callers
Function
search_content
Search in-memory content for a regex pattern.
clawcode/clawcode/llm/tools/performance/core/grep/src/lib.rs:274
↓ 7 callers
Method
setContent
* Set the content of the sidebar panel.
open-jupyter/jupyterlab-main/packages/property-inspector/src/index.ts:208
↓ 7 callers
Function
setup_test_environment
Set up test database and services. Returns: Tuple of (session_service, message_service, database)
clawcode/tests/test_agent.py:157
↓ 7 callers
Function
sleep
( milliseconds: number = 0, value?: any )
open-jupyter/jupyterlab-main/packages/coreutils/src/testutils.ts:11
↓ 7 callers
Method
toJSON
* Serialize the model to JSON.
open-jupyter/jupyterlab-main/packages/attachments/src/model.ts:80
↓ 7 callers
Method
tool_use_stop
Create a tool use stop event.
clawcode/clawcode/llm/base.py:116
↓ 7 callers
Function
untilReady
( isReady: CallableFunction, maxRetrials: number = 35, interval = 50, intervalModifier = (i: number) =
open-jupyter/jupyterlab-main/packages/lsp/src/utils.ts:23
↓ 7 callers
Method
updateBreakpoints
* Update all breakpoints of a cell at once. * * @param code - The code in the cell where the breakpoints are set. * @param breakpoints - The
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:219
↓ 7 callers
Function
update_extension
Update an extension by name, or all extensions. Either `name` must be given as a string, or `all_` must be `True`. If `all_` is `True`, the va
open-jupyter/jupyterlab-main/jupyterlab/commands.py:467
↓ 7 callers
Method
validate
* Validates raw settings with comments. * * @param raw - The JSON with comments string being validated. * * @returns A list of err
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:606
↓ 7 callers
Function
versionWithoutSuffix
(version: string)
open-jupyter/src/main/utils.ts:290
↓ 7 callers
Method
view
* Create a view onto a subtree of the model database. * * @param basePath the path for the root of the subtree. * * @returns an `IModelDB`
open-jupyter/jupyterlab-main/packages/observables/src/modeldb.ts:241
↓ 7 callers
Method
waitForFunction
* Wait for a function to finish for max. timeout milliseconds * * @param fn Function * @param timeout Timeout
open-jupyter/jupyterlab-main/galata/extension/src/global.ts:211
↓ 7 callers
Function
waitForSubshellDeletion
( kernel: Kernel.IKernelConnection, count = 1, timeout = 5000 )
open-jupyter/jupyterlab-main/packages/services/test/kernel/comm.spec.ts:718
↓ 7 callers
Method
walk
* Pre-parse and cache the rendered text.
open-jupyter/jupyterlab-main/packages/mermaid/src/markdown.ts:21
↓ 7 callers
Method
widgetExtensions
* Create an iterator over the registered extensions for a given widget. * * @param widgetName - The name of the widget factory. * * @retur
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:565
↓ 7 callers
Function
write_snapshot
(settings: Settings, *, reason: str, payload: dict[str, Any])
clawcode/clawcode/learning/store.py:267
↓ 7 callers
Function
write_u32_u16
(out: &mut Vec<u16>, mut val: u32)
clawcode/clawcode/llm/tools/performance/core/engine/src/text.rs:300
↓ 7 callers
Function
xpContainsClass
(className: string)
open-jupyter/jupyterlab-main/galata/src/utils.ts:256
↓ 6 callers
Method
_append_changelog
(self, skill_dir: Path, *, action: str, why: str)
clawcode/clawcode/claw_skills/skill_store.py:120
↓ 6 callers
Method
_append_clawteam_deep_loop_log
(self, session_id: str, text: str)
clawcode/clawcode/tui/screens/chat.py:3502
↓ 6 callers
Method
_append_designteam_deep_loop_log
(self, session_id: str, text: str)
clawcode/clawcode/tui/screens/chat.py:3489
↓ 6 callers
Method
_assertCurrentMessage
* Check to make sure it is okay to proceed to handle a message. * * #### Notes * Because we handle messages asynchronously, before a message
open-jupyter/jupyterlab-main/packages/services/src/kernel/default.ts:1337
↓ 6 callers
Method
_char_limit
(self, target: str)
clawcode/clawcode/claw_memory/memory_store.py:257
↓ 6 callers
Function
_copy_tree
(src: Path, dest: Path)
clawcode/clawcode/plugin/fetch.py:61
↓ 6 callers
Function
_desktop_screenshot_paths_from_persisted_results
Collect paths from successful ``desktop_screenshot`` JSON tool rows (for vision auto-attach).
clawcode/clawcode/llm/agent.py:378
↓ 6 callers
Method
_ensureFocus
* Ensure that the notebook has proper focus.
open-jupyter/jupyterlab-main/packages/notebook/src/widget.ts:2697
↓ 6 callers
Function
_ensure_logger
Ensure that we have a logger
open-jupyter/jupyterlab-main/jupyterlab/commands.py:2162
↓ 6 callers
Method
_estimate_tokens
Estimate the token count for a list of messages. Uses a simple heuristic of ~4 characters per token. Args: messages: Lis
clawcode/clawcode/history/summarizer.py:178
↓ 6 callers
Function
_evt
(*, key: str = "", aliases: tuple[str, ...] = (), character: str = "")
clawcode/tests/test_permission_dialog.py:13
↓ 6 callers
Method
_extract_plan_title
(plan_text: str, user_request: str = "")
clawcode/clawcode/tui/screens/chat.py:1280
↓ 6 callers
Function
_f
(x: Any, default: float = 0.0)
clawcode/clawcode/learning/team_round_metrics.py:24
↓ 6 callers
Method
_finalize_send_after_input
Archive awareness, clear input, apply /plan or /spec wrapping, start agent run.
clawcode/clawcode/tui/screens/chat.py:3267
↓ 6 callers
Method
_getAllState
* Get the current state of the model.
open-jupyter/jupyterlab-main/packages/notebook/src/truststatus.tsx:265
↓ 6 callers
Method
_getAllState
* Get the current state of the model.
open-jupyter/jupyterlab-main/packages/docmanager/src/pathstatus.tsx:169
↓ 6 callers
Function
_get_cloud_provider
Return the configured cloud browser provider, or None for local mode. Reads ``config["browser"]["cloud_provider"]`` once and caches the result
clawcode/clawcode/llm/tools/browser/browser_utils.py:136
↓ 6 callers
Method
_get_compat_adapter
(self)
clawcode/clawcode/llm/providers/openai.py:211
↓ 6 callers
Function
_get_json
(client: httpx.AsyncClient, url: str, headers: dict[str, str])
clawcode/clawcode/integrations/github_pr.py:160
↓ 6 callers
Method
_hideEnvSelectPopup
()
open-jupyter/src/main/sessionwindow/sessionwindow.ts:1406
↓ 6 callers
Function
_mask_email
(s: str)
clawcode/clawcode/learning/ecap_privacy.py:18
↓ 6 callers
Function
_mask_tokens
(s: str)
clawcode/clawcode/learning/ecap_privacy.py:12
↓ 6 callers
Function
_node_check
Check for the existence of nodejs with the correct version.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:2103
↓ 6 callers
Method
_normalize_line
Normalize a line for comparison. Removes trailing whitespace and normalizes line endings. Args: line: Line to normalize
clawcode/clawcode/llm/tools/advanced.py:1183
↓ 6 callers
Function
_parse_plugin_namespace_slash
Parse `/plugin:<command> [tail]` and return (command, tail).
clawcode/clawcode/tui/screens/chat.py:154
↓ 6 callers
Function
_rmtree
Remove a tree, logging errors
open-jupyter/jupyterlab-main/jupyterlab/commands.py:2175
↓ 6 callers
Method
_run_next_plan_task
(self, session_id: str)
clawcode/clawcode/tui/screens/chat.py:4281
↓ 6 callers
Method
_scope_experience_score
(self, scope: str, subject_id: str, domain: str)
clawcode/clawcode/learning/service.py:2910
↓ 6 callers
Method
_setUIMode
(uiMode: UIMode, save: boolean = true)
open-jupyter/src/main/sessionwindow/sessionwindow.ts:1706
↓ 6 callers
Method
_slash_panel_open
(self)
clawcode/clawcode/tui/components/chat/input_area.py:937
↓ 6 callers
Function
_split
(tail: str)
clawcode/clawcode/learning/team_experience_params.py:70
↓ 6 callers
Function
_split
(tail: str)
clawcode/clawcode/learning/experience_params.py:59
↓ 6 callers
Method
_transform
* Transform the plugin if necessary.
open-jupyter/jupyterlab-main/packages/settingregistry/src/settingregistry.ts:656
↓ 6 callers
Method
_update
* Update the form with current cell metadata, and remove inconsistent fields.
open-jupyter/jupyterlab-main/packages/metadataform/src/metadataform.ts:358
↓ 6 callers
Method
_updateConnectionStatus
* Handle connection status changes.
open-jupyter/jupyterlab-main/packages/services/src/kernel/default.ts:1534
↓ 6 callers
Method
_updatePrompt
()
open-jupyter/jupyterlab-main/packages/cells/src/widget.ts:1679
↓ 6 callers
Method
_updateSuggestions
* Fetch and display directory suggestions for the given input value.
open-jupyter/jupyterlab-main/packages/filebrowser/src/pathnavigator.ts:192
↓ 6 callers
Method
_updateToolbar
(revert = this._canRevert, save = this._canSave)
open-jupyter/jupyterlab-main/packages/settingeditor/src/raweditor.ts:272
↓ 6 callers
Method
_update_info_panel
Refresh right-side info panel (default mode).
clawcode/clawcode/tui/screens/chat.py:2631
↓ 6 callers
Method
addEnvironment
* Create a new environment from a python executable, without waiting for the * entire registry to be resolved first. * @param pythonPath The loc
open-jupyter/src/main/registry.ts:544
↓ 6 callers
Method
addFactory
* Add a new toolbar item factory * * @param widgetFactory The widget factory name that creates the toolbar * @param toolbarItemName The uniqu
open-jupyter/jupyterlab-main/packages/apputils/src/tokens.ts:363
↓ 6 callers
Method
addSection
(options: NotebookTools.IAddSectionOptions)
open-jupyter/jupyterlab-main/packages/notebook/src/tokens.ts:46
↓ 6 callers
Method
adoptWidget
* Install the message hook for the widget and add to list * of known widgets. * * @param context - The document context object. * * @pa
open-jupyter/jupyterlab-main/packages/docmanager/src/widgetmanager.ts:153
↓ 6 callers
Method
archive_current_turn
Archive current read/write timeline as one question turn.
clawcode/clawcode/tui/code_awareness/widget.py:97
↓ 6 callers
Function
build_experience_dashboard
(settings: Settings, *, domain: str | None = None)
clawcode/clawcode/learning/experience_metrics.py:100
↓ 6 callers
Method
canUndo
* Whether the object can undo changes.
open-jupyter/jupyterlab-main/packages/observables/src/undoablelist.ts:93
↓ 6 callers
Method
changeKernel
* Change the kernel. * * @param options - The name or id of the new kernel. * * @returns A promise that resolves with the new kernel model
open-jupyter/jupyterlab-main/packages/services/src/session/session.ts:169
↓ 6 callers
Function
checkSelection
( widget: Notebook, anchor: number, head: number, index: number, selec
open-jupyter/jupyterlab-main/packages/notebook/test/widget.spec.ts:1208
↓ 6 callers
Method
clearExecution
* Clear execution, outputs, and related metadata
open-jupyter/jupyterlab-main/packages/cells/src/model.ts:175
↓ 6 callers
Method
clone
* Clone the current kernel with a new clientId.
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:607
↓ 6 callers
Method
collapseLeft
* Collapse the left area.
open-jupyter/jupyterlab-main/packages/application/src/shell.ts:1047
↓ 6 callers
Method
collapseRight
* Collapse the right area.
open-jupyter/jupyterlab-main/packages/application/src/shell.ts:1055
↓ 6 callers
Function
condaExePathForEnvPath
(envPath: string)
open-jupyter/src/main/env.ts:145
↓ 6 callers
Function
contextMenuWidget
()
open-jupyter/jupyterlab-main/packages/application-extension/src/index.tsx:156
↓ 6 callers
Method
createCodeCell
* Create a cell.
open-jupyter/jupyterlab-main/packages/console/src/foreign.ts:178
↓ 6 callers
Function
createPointAnchor
(options: { x: number; y: number })
open-jupyter/jupyterlab-main/packages/ui-components/test/hoverbox.spec.ts:24
↓ 6 callers
Function
createRegistry
()
open-jupyter/jupyterlab-main/packages/codemirror/test/extension.spec.ts:13
↓ 6 callers
Function
createSessionModel
(id?: string)
open-jupyter/jupyterlab-main/packages/services/test/utils.ts:573
↓ 6 callers
Method
current_coder
Return a JSON-serializable snapshot of the active coder agent.
jupyter_studio_ai/jupyter_studio_ai/bridge.py:232
↓ 6 callers
Method
cursor
()
open-jupyter/jupyterlab-main/packages/completer/src/inline.ts:760
↓ 6 callers
Function
defaultRenderMime
()
open-jupyter/jupyterlab-main/packages/notebook/src/testutils.ts:146
↓ 6 callers
Method
delete
* Remove a key from the map * * @param key - the key to remove. * * @returns the value of the given key, * or undefined if that does
open-jupyter/jupyterlab-main/packages/observables/src/observablemap.ts:80
↓ 6 callers
Function
disable_extension
Disable a JupyterLab extension/plugin. Returns `True` if a rebuild is recommended, `False` otherwise.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:555
↓ 6 callers
Method
dump_json
(payload: dict[str, Any])
clawcode/clawcode/claw_skills/skill_store.py:337
↓ 6 callers
Method
evolve_advanced
(self, args: EvolveArgs)
clawcode/clawcode/learning/service.py:562
↓ 6 callers
Method
execCommand
* Execute a codemirror command on the editor. * * @param command - The name of the command to execute.
open-jupyter/jupyterlab-main/packages/codemirror/src/editor.ts:588
↓ 6 callers
Function
executeResetOnLoad
( args: Pick<IRouter.ILocation, 'hash' | 'path' | 'search'> )
open-jupyter/jupyterlab-main/packages/apputils-extension/test/state.spec.ts:80
↓ 6 callers
Method
execute_async
Async wrapper: runs :meth:`execute` in a thread pool (TUI-safe).
clawcode/clawcode/llm/tools/environments/base.py:90
↓ 6 callers
Method
executionState
* Get the execution state associated with a notebook. * * @param nb - The notebook used to identify execution * state. * * @r
open-jupyter/jupyterlab-main/packages/notebook/src/executionindicator.tsx:475
← previous
next →
801–900 of 13,188, ranked by callers