MCPcopy Create free account

hub / github.com/deepelementlab/jupyter-studio / functions

Functions13,188 in github.com/deepelementlab/jupyter-studio

↓ 5 callersMethodloadScrolledState
* Revert view collapse state from model.
open-jupyter/jupyterlab-main/packages/cells/src/widget.ts:1519
↓ 5 callersFunctionlock_extension
Lock a JupyterLab extension/plugin.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:570
↓ 5 callersFunctionmeasureEditorHeight
()
open-jupyter/jupyterlab-main/galata/test/jupyterlab/inline-completer.test.ts:281
↓ 5 callersMethodname
(self)
clawcode/clawcode/llm/tool_spec.py:105
↓ 5 callersFunctionnormalize_workflow
(name: str)
clawcode/clawcode/research/engine/workflow.py:17
↓ 5 callersMethodnpgettext
* Translate a contextualized plural string with extra interpolation values. * * @param msgctxt - The message context. * @param msgid - The si
open-jupyter/jupyterlab-main/packages/translation/src/gettext.ts:435
↓ 5 callersMethodopenOrReveal
* Open a file and return the widget used to view it. * Reveals an already existing editor. * * @param path - The file path to open. * *
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:353
↓ 5 callersMethodpause
* Makes the current thread pause if possible.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:189
↓ 5 callersMethodpgettext
* Translate a contextualized singular string with extra interpolation values. * * @param msgctxt - The message context. * @param msgid - The
open-jupyter/jupyterlab-main/packages/translation/src/gettext.ts:420
↓ 5 callersFunctionpretty
(value: unknown)
open-jupyter/jupyterlab-main/packages/ai-coder-extension/src/widgets/streamReducer.spec.ts:64
↓ 5 callersMethodraw
* The plugin settings raw text value.
open-jupyter/jupyterlab-main/packages/settingregistry/src/settingregistry.ts:826
↓ 5 callersFunctionread_recent_observations
(settings: Settings, limit: int = 300)
clawcode/clawcode/learning/store.py:121
↓ 5 callersMethodreconfigure
* Reconfigure an editor extension. * * ### Notes * Return `null` if the value does not trigger * a state effect. In particular for immutab
open-jupyter/jupyterlab-main/packages/codemirror/src/token.ts:37
↓ 5 callersMethodrecordCellClipboardInteraction
* This function should be called when a clipboard interaction involve notebook cells. * * @param interaction - the clipboard interaction (copy,
open-jupyter/jupyterlab-main/packages/notebook/src/widget.ts:1969
↓ 5 callersFunctionrecord_tool_observation
( settings: Settings | None, *, phase: str, session_id: str, tool_name: str, tool_call
clawcode/clawcode/learning/store.py:31
↓ 5 callersMethodredo
* Redo an operation.
open-jupyter/jupyterlab-main/packages/observables/src/undoablelist.ts:59
↓ 5 callersMethodrefresh
* Force a refresh of the workspaces list.
open-jupyter/jupyterlab-main/packages/workspaces/src/model.ts:72
↓ 5 callersMethodrefreshInstalled
* Refresh installed packages * * @param force Force refreshing the list of installed packages
open-jupyter/jupyterlab-main/packages/extensionmanager/src/model.ts:419
↓ 5 callersFunctionremoveSlash
(path: string)
open-jupyter/jupyterlab-main/packages/coreutils/src/path.ts:142
↓ 5 callersMethodremoveValue
* Remove the first occurrence of a value from the list. * * @param value - The value of interest. * * @returns The index of the removed va
open-jupyter/jupyterlab-main/packages/observables/src/observablelist.ts:198
↓ 5 callersMethodrenameFile
* Rename a file * * @param oldName Old name * @param newName New name * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/contents.ts:293
↓ 5 callersMethodrenderCollapseButtons
* Render the collapse button for heading cells, * and for collapsed heading cells render the "expand hidden cells" * button.
open-jupyter/jupyterlab-main/packages/cells/src/widget.ts:2453
↓ 5 callersMethodreplaceKeybinding
* Replace the given keybinding with a new keybinding as defined by given keys.
open-jupyter/jupyterlab-main/packages/shortcuts-extension/src/types.ts:231
↓ 5 callersMethodrequestInspect
* Send an `inspect_request` message. * * @param content - The content of the request. * * @returns A promise that resolves with the respon
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:267
↓ 5 callersMethodreset
* Reset the state of the model and emit a state change signal. * * @param hard - Reset even if a subset match is in progress.
open-jupyter/jupyterlab-main/packages/completer/src/model.ts:363
↓ 5 callersMethodresetAfterIndex
* WindowedListModel caches offsets and measurements for each index for performance purposes. * This method clears that cached data for all items
open-jupyter/jupyterlab-main/packages/ui-components/src/components/windowedlist.ts:2089
↓ 5 callersMethodresetKeybindings
* Reset keybindings for given target to defaults.
open-jupyter/jupyterlab-main/packages/shortcuts-extension/src/types.ts:211
↓ 5 callersMethodreset_current_marks
Reset current-turn marks while preserving architecture mapping.
clawcode/clawcode/tui/code_awareness/widget.py:122
↓ 5 callersFunctionresolve_coding_executable
Return first candidate found on PATH, or ``None``.
clawcode/clawcode/llm/claw_support/coding_cli_bridge.py:64
↓ 5 callersFunctionresolve_git_bash_executable
Locate Git Bash ``bash.exe`` on Windows for POSIX-style commands. Returns ``None`` if not found (caller should fall back to ``ShellConfig``).
clawcode/clawcode/llm/tools/shell_compat.py:81
↓ 5 callersMethodrestart
* Restart the session context. * * @returns A promise that resolves with whether the kernel has restarted. * * #### Notes * I
open-jupyter/jupyterlab-main/packages/apputils/src/sessioncontext.tsx:331
↓ 5 callersMethodrestartKernel
* Restart the current Kernel. * * @returns A promise that resolves when the kernel is restarted.
open-jupyter/jupyterlab-main/packages/apputils/src/sessioncontext.tsx:229
↓ 5 callersMethodrevealPosition
* Reveals the given position in the editor. * * @param position - The desired position to reveal.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:460
↓ 5 callersFunctionrunCommand
* Run a shell command in the visible terminal panel. * * @param page Playwright page (provided by galata fixture) * @param terminalLocator Locator
open-jupyter/jupyterlab-main/galata/test/jupyterlab/terminal.test.ts:21
↓ 5 callersFunctionsanitize_subprocess_env
Filter blocked keys; ``_CLAWCODE_FORCE_<NAME>`` opts a variable back in.
clawcode/clawcode/llm/tools/environments/env_vars.py:50
↓ 5 callersMethodsave_bundle
(self, bundle: SpecBundle)
clawcode/clawcode/llm/spec_store.py:168
↓ 5 callersMethodsend_messages
Send messages and get a complete response. Args: messages: List of message dictionaries tools: Optional list of tool
clawcode/clawcode/llm/base.py:216
↓ 5 callersMethodsend_request
Send a request and wait for response. Args: request: The JSON-RPC request Returns: The JSON-RPC response
clawcode/clawcode/mcp/client.py:67
↓ 5 callersMethodsetNotebooksFirstSorting
* Update the setting to sort notebooks above files. * This sorts the items again if the internal value is modified.
open-jupyter/jupyterlab-main/packages/filebrowser/src/listing.ts:1504
↓ 5 callersMethodsetPrompt
* Set the prompt for the widget. * @deprecated - set the `executionState` on the model instead.
open-jupyter/jupyterlab-main/packages/cells/src/widget.ts:413
↓ 5 callersFunctionsetStatusMessage
(message: string)
open-jupyter/src/main/main.ts:383
↓ 5 callersMethodset_active_session
Bind panel state to a session id for history rendering.
clawcode/clawcode/tui/code_awareness/widget.py:88
↓ 5 callersMethodset_selected_session
Set the currently selected session. Args: session_id: Session ID
clawcode/clawcode/tui/components/chat/sidebar.py:110
↓ 5 callersMethodset_session_unread
Mark or clear a session as having unseen output.
clawcode/clawcode/tui/components/chat/sidebar.py:138
↓ 5 callersFunctionsetup
(app)
open-jupyter/jupyterlab-main/docs/source/conf.py:532
↓ 5 callersFunctionshould_attempt_python_fallback
Whether bash failure output warrants trying the Python whitelist.
clawcode/clawcode/llm/tools/bash_fallback.py:243
↓ 5 callersFunctionshowPopup
(options: Popup.IOptions)
open-jupyter/jupyterlab-main/packages/statusbar/src/components/hover.tsx:15
↓ 5 callersMethodshowServerStatus
(show: boolean)
open-jupyter/src/main/titlebarview/titlebarview.ts:65
↓ 5 callersFunctionsq
(x: number)
open-jupyter/jupyterlab-main/galata/src/benchmarkReporter.ts:250
↓ 5 callersMethodstream_response
Stream mock response with events. Args: messages: Message history tools: Available tools Yields:
clawcode/tests/test_agent.py:98
↓ 5 callersMethodtitle
()
open-jupyter/jupyterlab-main/packages/apputils/src/licenses.tsx:503
↓ 5 callersFunctiontokenize
(text: str)
clawcode/clawcode/tui/ui_style.py:213
↓ 5 callersMethodtool_calls
Get tool calls from the message. Returns: List of tool calls
clawcode/clawcode/message/service.py:390
↓ 5 callersFunctiontruncate_head
(text: String, max_bytes: u32)
clawcode/clawcode/llm/tools/performance/core/engine/src/truncate.rs:89
↓ 5 callersFunctionunlink_package
Unlink a package from JupyterLab by path or name. Returns `True` if a rebuild is recommended, `False` otherwise.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:608
↓ 5 callersMethodunobserve
(_target: Element)
open-jupyter/jupyterlab-main/packages/testing/src/jest-shim.ts:86
↓ 5 callersMethodupdateEditor
* Get the next item in the console history. * * @param activeCell - The currently selected Cell in the notebook. * @param content - the resul
open-jupyter/jupyterlab-main/packages/notebook/src/history.ts:62
↓ 5 callersFunctionupdateFilterFunction
( value: string, useFuzzyFilter?: boolean, caseSensitive?: boolean )
open-jupyter/jupyterlab-main/packages/ui-components/src/components/search.tsx:135
↓ 5 callersFunctionupdateLegacySessionModel
(data: any)
open-jupyter/jupyterlab-main/packages/services/src/session/validate.ts:25
↓ 5 callersMethodupdateRunningStatus
(headings: INotebookHeading[])
open-jupyter/jupyterlab-main/packages/notebook/src/toc.ts:449
↓ 5 callersMethoduploads
* Create an iterator over the status of all in progress uploads.
open-jupyter/jupyterlab-main/packages/filebrowser/src/model.ts:200
↓ 5 callersFunctionvalidateModel
(data: any)
open-jupyter/jupyterlab-main/packages/services/src/session/validate.ts:13
↓ 5 callersFunctionvalidate_checkpoint_name
(name: str)
clawcode/clawcode/tui/checkpoint_workspace.py:32
↓ 5 callersMethodversion
* The number of messages that have ever been stored.
open-jupyter/jupyterlab-main/packages/logconsole/src/logger.ts:282
↓ 5 callersFunctionwaitForCondition
( fn: () => boolean | Promise<boolean>, timeout: number = 15000 )
open-jupyter/jupyterlab-main/galata/src/utils.ts:174
↓ 5 callersFunctionwaitForDuration
(duration: number)
open-jupyter/src/main/utils.ts:242
↓ 5 callersMethodwaitForRun
* Wait for notebook cells execution to finish * * @param cellIndex Cell index
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:469
↓ 5 callersMethodwaitForVariables
* Waits for variables to be populated in the variables panel
open-jupyter/jupyterlab-main/galata/src/helpers/debuggerpanel.ts:107
↓ 5 callersFunctionwithNotificationError
(action: () => void, message: string)
open-jupyter/jupyterlab-main/packages/notebook/test/actions.spec.ts:46
↓ 5 callersFunctionwrite_active_codes
(state: &AnsiState, osc8: &Osc8State, out: &mut Vec<u16>)
clawcode/clawcode/llm/tools/performance/core/engine/src/text.rs:574
↓ 5 callersFunctionwrite_instincts_file
( path: Path, instincts: list[Instinct], imported_from: str = "", original_source: str = "",
clawcode/clawcode/learning/store.py:219
↓ 5 callersMethodwrite_page
(self, section: str, title: str, body: str, tags: list[str] | None = None, sources: list[str] | None = None)
clawcode/clawcode/deepnote/wiki_store.py:295
↓ 4 callersMethod_abort_active_build_run
( self, session_id: str, *, reason: str, mark_failed: bool, in
clawcode/clawcode/tui/screens/chat.py:1226
↓ 4 callersMethod_adjacentBar
(direction: 'next' | 'previous')
open-jupyter/jupyterlab-main/packages/application/src/shell.ts:1688
↓ 4 callersFunction_append_canary_result
(payload: dict[str, Any])
clawcode/clawcode/learning/canary_promotion.py:196
↓ 4 callersFunction_capsule_from_dict
(obj: dict)
clawcode/clawcode/learning/experience_store.py:114
↓ 4 callersMethod_close
* Close the input and notify the parent via the `closed` signal.
open-jupyter/jupyterlab-main/packages/filebrowser/src/pathnavigator.ts:143
↓ 4 callersFunction_coerce_bash_timeout
Wall-clock limit for bash execution (``run`` / ``run_stream``).
clawcode/clawcode/llm/tools/bash.py:70
↓ 4 callersFunction_coerce_str_list
(val: Any)
clawcode/clawcode/agents/loader.py:79
↓ 4 callersMethod_computeContentWidth
(width: number | null = null)
open-jupyter/jupyterlab-main/packages/filebrowser/src/listing.ts:1018
↓ 4 callersFunction_configure_pyautogui
Tune pyautogui once per process (LLMs may emit many small actions).
clawcode/clawcode/llm/tools/desktop/desktop_utils.py:216
↓ 4 callersMethod_convert_lsp_diagnostics
Convert LSP diagnostics to standard format. Args: lsp_diagnostics: Diagnostics from LSP (can be list or dict) Returns:
clawcode/clawcode/llm/tools/advanced.py:1506
↓ 4 callersMethod_convert_messages
Convert messages to Gemini format. Args: messages: Message history in standard format Returns: Gemini format
clawcode/clawcode/llm/providers/gemini.py:188
↓ 4 callersMethod_convert_messages
Convert messages to Anthropic format with optional caching. Args: messages: Original messages enable_caching: Whether
clawcode/clawcode/llm/providers/anthropic.py:558
↓ 4 callersMethod_convert_tool
Convert tool to Anthropic format. Args: tool: Tool definition Returns: Anthropic-formatted tool
clawcode/clawcode/llm/providers/anthropic.py:719
↓ 4 callersMethod_createServerForSession
()
open-jupyter/src/main/sessionwindow/sessionwindow.ts:154
↓ 4 callersMethod_currentTabBar
()
open-jupyter/jupyterlab-main/packages/application/src/shell.ts:1713
↓ 4 callersMethod_decode_lines
Decode [[stdout]]/[[stderr]] tagged lines into Rich Text.
clawcode/clawcode/tui/components/chat/message_list.py:1195
↓ 4 callersFunction_effective_bash_cwd
Resolve working directory: explicit ``cwd`` param, else session workspace.
clawcode/clawcode/llm/tools/bash.py:48
↓ 4 callersFunction_elementSizeFactory
(size: string)
open-jupyter/jupyterlab-main/packages/ui-components/src/style/icon.ts:425
↓ 4 callersMethod_ensure_ctx
(self, cwd: Path | None, debug: bool)
clawcode/clawcode/research/app.py:21
↓ 4 callersFunction_env_bool
(*keys: str, default: bool = False)
clawcode/clawcode/llm/tools/environments/factory.py:28
↓ 4 callersFunction_expand_manifest_paths
(plugin_root: Path, spec: str | list[str] | None)
clawcode/clawcode/plugin/skills.py:141
↓ 4 callersFunction_experience_dirs
(settings: Settings)
clawcode/clawcode/learning/experience_store.py:17
↓ 4 callersFunction_fake_input
(text: str)
clawcode/tests/test_chat_action_send_clawteam_routing.py:14
↓ 4 callersMethod_fire_plan_hook
(self, event_name: str, context: dict[str, Any])
clawcode/clawcode/tui/screens/chat.py:2957
↓ 4 callersMethod_focus_active_input
Focus whichever input widget is active for current display mode.
clawcode/clawcode/tui/screens/chat.py:2315
↓ 4 callersMethod_getAllState
()
open-jupyter/jupyterlab-main/packages/notebook/src/cellcounterstatus.tsx:497
↓ 4 callersMethod_getAllState
()
open-jupyter/jupyterlab-main/packages/apputils/src/kernelstatuses.tsx:255
↓ 4 callersMethod_getAllState
()
open-jupyter/jupyterlab-main/packages/codeeditor/src/lineCol.tsx:389
← previousnext →1,101–1,200 of 13,188, ranked by callers