MCPcopy Create free account

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

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

↓ 5 callersFunction_only_nonlab
Filter a dict/sequence to remove all lab packages This is useful to take the default values of e.g. singletons and filter away the '@jupyterl
open-jupyter/jupyterlab-main/jupyterlab/coreconfig.py:28
↓ 5 callersFunction_plain
(markup: str)
clawcode/tests/test_hud_session_agent.py:14
↓ 5 callersMethod_rebuild_llm_stack
Recreate LLM provider, tools, and Agent from current ``settings`` (e.g. after Ctrl+O switch).
clawcode/clawcode/tui/screens/chat.py:1654
↓ 5 callersMethod_refresh_mapping
(self, *, force: bool = False)
clawcode/clawcode/tui/code_awareness/monitor.py:131
↓ 5 callersMethod_render_claw_reply
(self, text: str)
clawcode/clawcode/tui/screens/chat.py:3071
↓ 5 callersMethod_render_scalar
(self, value: Any)
clawcode/clawcode/deepnote/formats/base.py:18
↓ 5 callersFunction_repo_clawcode_json
()
clawcode/tests/test_llm_config_regression.py:40
↓ 5 callersMethod_require_permission
Mirror clawcode's pattern for permissioned tools. Returns ``None`` on grant, or an error string when denied.
jupyter_studio_ai/jupyter_studio_ai/jupyter_tools/base.py:73
↓ 5 callersFunction_require_saddle
()
clawcode/clawcode/cli/saddle_commands.py:23
↓ 5 callersMethod_send
(frame: WsInbound)
open-jupyter/jupyterlab-main/packages/ai-coder/src/transport.ts:202
↓ 5 callersMethod_setOutput
* Update an output in the layout in place.
open-jupyter/jupyterlab-main/packages/outputarea/src/widget.ts:584
↓ 5 callersMethod_setProgress
(title: string, detail: string, showAnimation: boolean)
open-jupyter/src/main/sessionwindow/sessionwindow.ts:375
↓ 5 callersMethod_setRecents
* Set the recent list * @param recents The new recent list
open-jupyter/jupyterlab-main/packages/docmanager/src/recents.ts:187
↓ 5 callersMethod_setValue
* Set the value given the owner contents.
open-jupyter/jupyterlab-main/packages/codeeditor/src/jsoneditor.ts:299
↓ 5 callersMethod_set_theme
Set the current theme. Args: theme_name: The theme name to set Returns: True if theme was set successfully,
clawcode/clawcode/tui/app.py:361
↓ 5 callersFunction_strip_leaked_thinking_markers
Remove repeated [Thinking]-style tokens from streamed assistant text.
clawcode/clawcode/tui/components/chat/message_list.py:49
↓ 5 callersMethod_system_request_value
Build the ``system`` field for ``messages.create`` (never use role=system in ``messages``).
clawcode/clawcode/llm/providers/anthropic.py:698
↓ 5 callersMethod_to_domain
Convert database model to domain model. Args: model: Database model Returns: Domain model
clawcode/session/service.py:245
↓ 5 callersMethod_to_domain
Convert database model to domain model. Args: model: Database model Returns: Domain model
clawcode/message/service.py:458
↓ 5 callersFunction_to_list
(v: Any)
clawcode/clawcode/tui/ui_style.py:597
↓ 5 callersMethod_toolChildren
()
open-jupyter/jupyterlab-main/packages/notebook/src/notebooktools.ts:280
↓ 5 callersFunction_under_workspace
(resolved: Path, workspace: str)
clawcode/clawcode/llm/tools/bash_fallback.py:31
↓ 5 callersMethod_updateConnectionStatus
* Handle connection status changes.
open-jupyter/jupyterlab-main/packages/services/src/terminal/default.ts:334
↓ 5 callersMethod_updateContentsModel
* Update our contents model, without the content.
open-jupyter/jupyterlab-main/packages/docregistry/src/context.ts:511
↓ 5 callersMethod_updateEnvironments
()
open-jupyter/src/main/registry.ts:789
↓ 5 callersMethod_uploadCheckDisposed
()
open-jupyter/jupyterlab-main/packages/filebrowser/src/model.ts:603
↓ 5 callersFunction_validate_compatibility
Validate the compatibility of an extension.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:2286
↓ 5 callersMethodaddItem
* Add an item to the end of the toolbar. * * @param name - The name of the widget to add to the toolbar. * * @param widget - The widget to
open-jupyter/jupyterlab-main/packages/ui-components/src/components/toolbar.tsx:219
↓ 5 callersMethodaddWidget
* Add a widget to the content panel bottom. * * @param widget Widget to add
open-jupyter/jupyterlab-main/packages/ui-components/src/components/sidepanel.ts:88
↓ 5 callersFunctionascii_cell_width_u16
(u: u16, tab_width: usize)
clawcode/clawcode/llm/tools/performance/core/engine/src/text.rs:381
↓ 5 callersFunctionatomic_write_text
Write text atomically via a temp file and replace, cleaning up on failure.
clawcode/clawcode/deepnote/utils.py:33
↓ 5 callersMethodback
* Get the previous item in the console history. * * @param placeholder - The placeholder string that gets temporarily added * to the history
open-jupyter/jupyterlab-main/packages/console/src/history.ts:38
↓ 5 callersFunctionbasename
(path: string, ext?: string)
open-jupyter/jupyterlab-main/packages/coreutils/src/path.ts:41
↓ 5 callersFunctionblocking
Create an `AsyncTask` that runs blocking work on libuv's thread pool. Returns `AsyncTask<Blocking<T>>` which becomes `Promise<T>` on the JS side.
clawcode/clawcode/llm/tools/performance/core/engine/src/task.rs:94
↓ 5 callersFunctionbuild_experience_capsule
( *, observations: list[dict[str, Any]], instincts: list[Instinct], session_id: str = "",
clawcode/clawcode/learning/experience_builder.py:39
↓ 5 callersFunctionbuild_long_term_metrics
( *, windows_days: tuple[int, ...] = (7, 30, 90), domain: str | None = None, session_id: str |
clawcode/clawcode/claw_learning/ops_observability.py:187
↓ 5 callersFunctionbuild_routing_plan
( settings: Settings, args: MultiPlanRoutingArgs, *, coder_model: str = "", )
clawcode/clawcode/tui/multi_plan_routing.py:152
↓ 5 callersFunctionbuild_shell_launch_spec
Build subprocess parameters: cmd uses shell=True; PS/posix use exec + -Command/-c.
clawcode/clawcode/llm/tools/shell_compat.py:153
↓ 5 callersMethodcaption
* The caption (title) of the switch.
open-jupyter/jupyterlab-main/packages/ui-components/src/components/switch.ts:74
↓ 5 callersMethodcheck
()
open-jupyter/jupyterlab-main/galata/extension/src/global.ts:215
↓ 5 callersFunctioncheckpoint_log_path
(workspace_root: Path)
clawcode/clawcode/tui/checkpoint_workspace.py:28
↓ 5 callersFunctionclamp_tab_width
(tab_width: Option<u32>)
clawcode/clawcode/llm/tools/performance/core/engine/src/text.rs:25
↓ 5 callersFunctionclamp_u32
(value: u64)
clawcode/clawcode/llm/tools/performance/core/engine/src/grep.rs:104
↓ 5 callersMethodcleanup
(self)
clawcode/tests/test_process_registry.py:89
↓ 5 callersMethodcloseFile
* Close the widgets associated with a given path. * * @param path - The target path. * * @returns A promise resolving when the widgets are
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:223
↓ 5 callersFunctioncollect_candidates
(path: Option<String>, glob: Option<&str>)
clawcode/clawcode/llm/tools/performance/core/ast/src/ast.rs:203
↓ 5 callersFunctioncount_lines
(bytes: &[u8])
clawcode/clawcode/llm/tools/performance/core/engine/src/truncate.rs:219
↓ 5 callersMethodcreate
Create a new session. Args: title: Session title parent_session_id: Optional parent session ID Returns:
clawcode/session/service.py:91
↓ 5 callersFunctioncreateButton
(value: Partial<IButton>)
open-jupyter/jupyterlab-main/packages/apputils/src/dialog.tsx:804
↓ 5 callersFunctioncreateCodeCell
()
open-jupyter/jupyterlab-main/packages/notebook/test/cellcounterstatus.spec.ts:18
↓ 5 callersMethodcreateCompletionItemNode
* Create an item node (an `li` element) from a ICompletionItem * for a text completer menu. * * #### Notes * The item provided to
open-jupyter/jupyterlab-main/packages/completer/src/widget.ts:1162
↓ 5 callersMethodcreateDisplayData
* Create an IDisplayData object with the given text content.
open-jupyter/jupyterlab-main/packages/debugger-extension/src/debug-console-executor.ts:19
↓ 5 callersFunctioncreateFactory
()
open-jupyter/jupyterlab-main/packages/docregistry/test/default.spec.ts:34
↓ 5 callersFunctioncreateFileContextWithMockedServices
( startKernel = false, manager?: ServiceManager.IManager )
open-jupyter/jupyterlab-main/packages/docregistry/src/testutils.ts:58
↓ 5 callersFunctioncreateMockAdapter
(adapterTracker: WidgetLSPAdapterTracker)
open-jupyter/jupyterlab-main/packages/lsp/test/adapters.spec.ts:427
↓ 5 callersMethodcreateNotebook
* Create a new content area for the panel.
open-jupyter/jupyterlab-main/packages/notebook/src/panel.ts:302
↓ 5 callersMethodcreatePatch
* Create a resolved patch between the original state and a patch string.
open-jupyter/jupyterlab-main/packages/completer/src/widget.ts:1098
↓ 5 callersMethodcreateRawCell
* Create a new raw cell. * * @param options - The options used to create the cell. * * @returns A new raw cell. If a source cell i
open-jupyter/jupyterlab-main/packages/console/src/widget.ts:1424
↓ 5 callersMethodcreateValue
* Create an opaque value and insert it in the database. * * @param path the path for the value. * * @returns the value that was created.
open-jupyter/jupyterlab-main/packages/observables/src/modeldb.ts:213
↓ 5 callersMethoddefaultRenderedWidgetFactory
* Get the default rendered widget factory for a path. * * @param path - The path to for which to find a widget factory. * * @returns The d
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:448
↓ 5 callersFunctionexpectFailure
( promise: Promise<any>, message?: string )
open-jupyter/jupyterlab-main/packages/testing/src/common.ts:103
↓ 5 callersFunctionfakeRenderCell
* fake rendering a cell and returns the background color for this coordinate.
open-jupyter/jupyterlab-main/packages/csvviewer/test/widget.spec.ts:89
↓ 5 callersMethodfetch
* Fetch completion requests. * * @param request - the completion request text and details * @param context - additional information about con
open-jupyter/jupyterlab-main/packages/completer/src/tokens.ts:97
↓ 5 callersFunctionfilter_delegate_tools
Strip Agent/Task so subagents cannot nest delegation.
clawcode/clawcode/llm/tools/subagent.py:148
↓ 5 callersFunctionfilter_file_candidates
Return ``(display_rel_path, abs_path)`` pairs and updated path cache. ``cache`` is a list of repo-relative paths; if None, populated from disk/gi
clawcode/clawcode/tui/at_file_complete.py:127
↓ 5 callersMethodfinalize
(self)
clawcode/clawcode/tui/components/chat/message_list.py:1059
↓ 5 callersMethodfinalize_clawteam_deeploop_from_output
Parse `DEEP_LOOP_WRITEBACK_JSON` from model output and invoke finalize writeback.
clawcode/clawcode/learning/service.py:1866
↓ 5 callersMethodfind
* Find the first object in the pool that satisfies a filter function. * * @param fn The filter function to call on each object. * * #### N
open-jupyter/jupyterlab-main/packages/statedb/src/interfaces.ts:137
↓ 5 callersMethodfindUnusedStyleRules
* Find unused CSS rules. * * @param options specify which rules to include/exclude. * @returns List of rules with no matching elements on the
open-jupyter/jupyterlab-main/galata/src/helpers/style.ts:55
↓ 5 callersMethodflush
(self)
clawcode/clawcode/research/memory/queue.py:26
↓ 5 callersFunctionflushBuffers
()
open-jupyter/jupyterlab-main/packages/ai-coder-extension/src/widgets/streamReducer.ts:57
↓ 5 callersMethodfromJSON
* Deserialize the model from JSON. * * #### Notes * This will clear any existing data.
open-jupyter/jupyterlab-main/packages/outputarea/src/model.ts:92
↓ 5 callersMethodget
(self, session_id: str)
clawcode/clawcode/llm/tools/process_registry.py:359
↓ 5 callersFunctiongetAppDir
()
open-jupyter/src/main/utils.ts:33
↓ 5 callersFunctiongetBaseUrl
()
open-jupyter/jupyterlab-main/packages/coreutils/src/pageconfig.ts:105
↓ 5 callersMethodgetCurrentMatch
()
open-jupyter/jupyterlab-main/packages/cells/src/searchprovider.ts:126
↓ 5 callersMethodgetDisplayName
* Function to get a display name for a frame. * * @param frame The frame object. * @returns The display name.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:1053
↓ 5 callersMethodgetEnvironmentByPath
(pythonPath: string)
open-jupyter/src/main/registry.ts:501
↓ 5 callersMethodgetEnvironmentList
* Retrieve the complete list of environments, once they have been resolved * @returns a promise that resolves to a complete list of environments
open-jupyter/src/main/registry.ts:509
↓ 5 callersMethodgetPlugin
* Get an application plugin * * @param pluginId Plugin ID * @returns Application plugin
open-jupyter/jupyterlab-main/galata/extension/src/global.ts:40
↓ 5 callersMethodgetSpan
* Return the viewport top position and height for range spanning from * ``startIndex`` to ``stopIndex``. * * @param start First item in
open-jupyter/jupyterlab-main/packages/ui-components/src/components/windowedlist.ts:2058
↓ 5 callersFunctiongetVariables
( start?: number, count?: number )
open-jupyter/jupyterlab-main/packages/debugger/test/session.spec.ts:245
↓ 5 callersMethodgetVariablesPanelLocator
* Returns locator to the variables panel content
open-jupyter/jupyterlab-main/galata/src/helpers/debuggerpanel.ts:100
↓ 5 callersMethodget_server_for_file
Get the appropriate server name for a file. Args: file_path: The file path. Returns: The server nam
clawcode/clawcode/lsp/manager.py:359
↓ 5 callersFunctionget_workspaces_dir
Get the configured JupyterLab workspaces directory.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:148
↓ 5 callersMethodhandleSelectionChange
* Handle cursor selection change.
open-jupyter/jupyterlab-main/packages/completer/src/inline.ts:719
↓ 5 callersFunctionhardenAnchorLinks
( node: HTMLElement, resolver?: IRenderMime.IResolver | null )
open-jupyter/jupyterlab-main/packages/rendermime/src/renderers.ts:1156
↓ 5 callersMethodhide
* Hides the opener and the popup
open-jupyter/jupyterlab-main/packages/ui-components/src/components/toolbar.tsx:1288
↓ 5 callersMethodhideAndReset
* Hide the modal command palette and reset its search.
open-jupyter/jupyterlab-main/packages/apputils/src/commandpalette.ts:65
↓ 5 callersFunctionid
* The id for the cell.
open-jupyter/jupyterlab-main/packages/cells/src/model.ts:283
↓ 5 callersMethodinjectExtension
* Inject an extension into the editor * * @alpha * @experimental * @param ext Editor extension
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:390
↓ 5 callersMethodinsertAfter
* Insert an item into the toolbar at the after a target item. * * @param at - The target item to insert after. * * @param name - The name
open-jupyter/jupyterlab-main/packages/ui-components/src/components/toolbar.tsx:275
↓ 5 callersMethodinsertItem
* Insert an item into the toolbar at the specified index. * * @param index - The index at which to insert the item. * * @param name - The
open-jupyter/jupyterlab-main/packages/ui-components/src/components/toolbar.tsx:240
↓ 5 callersMethodinvoke
* Invoke inline completer. * @experimental * * @param id - the id of notebook panel, console panel or code editor.
open-jupyter/jupyterlab-main/packages/completer/src/tokens.ts:421
↓ 5 callersMethodisAvailable
* Request whether debugging is available for the given session connection. * * @param connection The session connection.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:159
↓ 5 callersMethodisLight
* Test whether a given theme is light.
open-jupyter/jupyterlab-main/packages/apputils/src/tokens.ts:187
↓ 5 callersMethodisOn
* Returns true if debugger toolbar item is enabled, false otherwise * * @param name Notebook name
open-jupyter/jupyterlab-main/galata/src/helpers/debuggerpanel.ts:26
↓ 5 callersMethodisToggledAdaptiveTheme
* Test if the user enables adaptive theme.
open-jupyter/jupyterlab-main/packages/apputils/src/thememanager.ts:355
↓ 5 callersMethodlistCheckpoints
* List available checkpoints for the file. * * @returns A promise which resolves with a list of checkpoint models for * the file.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:1034
↓ 5 callersMethodloadEditableState
* Load view editable state from model.
open-jupyter/jupyterlab-main/packages/cells/src/widget.ts:396
← previousnext →1,001–1,100 of 13,188, ranked by callers