MCPcopy Create free account

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

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

↓ 18 callersMethodaddExtension
* Add a default editor extension * * @template T Extension parameter type * @param factory Extension factory
open-jupyter/jupyterlab-main/packages/codemirror/src/token.ts:217
↓ 18 callersMethodaddRecent
* Add a new path to the recent list.
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:428
↓ 18 callersMethodcall
Make a request to the server and wait for the response. Args: method: The method name. params: The request p
clawcode/clawcode/lsp/client.py:416
↓ 18 callersMethodchildren
()
open-jupyter/jupyterlab-main/packages/running-extension/src/kernels.tsx:432
↓ 18 callersFunctioncreate_subagent_tool
Backward-compatible alias; returns the same Agent tool.
clawcode/clawcode/llm/tools/subagent.py:1187
↓ 18 callersMethoddefaultWidgetFactory
* Get the default widget factory for a path. * * @param path - An optional file path to filter the results. * * @returns The default widge
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:484
↓ 18 callersMethodget
* Get an individual setting. * * @param key - The name of the setting being retrieved. * * @returns The setting value.
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:563
↓ 18 callersMethodgetBaseUrl
* Getter for JupyterLab base URL
open-jupyter/jupyterlab-main/galata/src/jupyterlabpage.ts:114
↓ 18 callersMethodgetOption
* Get a config option for the editor.
open-jupyter/jupyterlab-main/packages/codemirror/src/token.ts:67
↓ 18 callersMethodhasStoppedThreads
* Whether there exist a thread in stopped state.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:113
↓ 18 callersFunctioninputEl
(navigator: PathNavigator)
open-jupyter/jupyterlab-main/packages/filebrowser/test/pathnavigator.spec.ts:89
↓ 18 callersMethodisEnabled
* Whether this command is enabled for a given widget * @param widget Widget
open-jupyter/jupyterlab-main/packages/apputils/src/semanticCommand.ts:20
↓ 18 callersMethodopenTab
* Open a given tab * * @param id Tab id
open-jupyter/jupyterlab-main/galata/src/helpers/sidebar.ts:202
↓ 18 callersMethodrename
* Rename the document.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:979
↓ 18 callersMethodreplaceCurrentMatch
* Replace the currently selected match with the provided text * and highlight the next match. * * @param newText The replacement text * @p
open-jupyter/jupyterlab-main/packages/documentsearch/src/tokens.ts:304
↓ 18 callersMethodscrollToItem
* Scroll to the specified item. * * By default, the list will scroll as little as possible to ensure the item is fully visible (`auto`). * Yo
open-jupyter/jupyterlab-main/packages/ui-components/src/components/windowedlist.ts:1088
↓ 18 callersFunctionto_u16
(s: &str)
clawcode/clawcode/llm/tools/performance/core/engine/src/text.rs:1431
↓ 17 callersMethod_render_spec_reply
Render a reply message for /spec commands.
clawcode/clawcode/tui/screens/chat.py:682
↓ 17 callersMethodclickToolbarItem
* Click on a notebook toolbar item * * @param itemId Toolbar item id * @param notebookName Notebook name * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:259
↓ 17 callersMethodcomplete
Create a complete event.
clawcode/clawcode/llm/base.py:121
↓ 17 callersMethodcreateDirectory
* Create a directory * * @param dirPath Directory path * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/contents.ts:108
↓ 17 callersMethodderef
(&self)
clawcode/clawcode/llm/tools/performance/core/engine/src/fs_cache.rs:116
↓ 17 callersMethodgetFileTypeForModel
* Get the best file type given a contents model. * * @param model - The contents model of interest. * * @returns The best matching file ty
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:669
↓ 17 callersFunctiongetItemTitles
(dirListing: DirListing)
open-jupyter/jupyterlab-main/packages/filebrowser/test/listing.spec.ts:43
↓ 17 callersMethodgetMetadata
* Get a metadata * * ### Notes * This returns a copy of the key value. * * @param key Metadata key
open-jupyter/jupyterlab-main/packages/notebook/src/model.ts:83
↓ 17 callersMethodgetOpenMenuLocator
* Get the locator to the last opened menu * * @returns Handle to the opened menu
open-jupyter/jupyterlab-main/galata/src/helpers/menu.ts:276
↓ 17 callersMethodgetPositionAt
* Find a position for the given offset. * * @param offset - The offset of interest. * * @returns The position at the offset, clamp
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:423
↓ 17 callersMethodhasFocus
* Test whether the editor has keyboard focus.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:448
↓ 17 callersMethodregisterSyncEventHandler
( eventType: EventTypeMain, handler: SyncEventHandlerMain )
open-jupyter/src/main/eventmanager.ts:31
↓ 17 callersMethodrun
(self, call: ToolCall, context: ToolContext)
clawcode/clawcode/claw_skills/skill_tools.py:52
↓ 17 callersMethodtext
Create a text response. Args: content: Response content Returns: ToolResponse instance
clawcode/llm/tools/base.py:91
↓ 17 callersMethodtimestamp
* Date & time when output is logged.
open-jupyter/jupyterlab-main/packages/logconsole/src/widget.ts:49
↓ 16 callersMethod_clawteam_loop_store
(self)
clawcode/clawcode/tui/screens/chat.py:3477
↓ 16 callersFunction_test_overlap
Test whether two version specs overlap. Returns `None` if we cannot determine compatibility, otherwise whether there is an overlap
open-jupyter/jupyterlab-main/jupyterlab/commands.py:2305
↓ 16 callersFunction_web_secret
Read secret from env first, then from ``settings.web``.
clawcode/clawcode/llm/tools/browser/web_utils.py:73
↓ 16 callersMethodblur
* Explicitly blur the editor.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:453
↓ 16 callersMethodcontent_delta
Create a content delta event. Args: content: Content delta Returns: Content delta event
clawcode/clawcode/llm/agent.py:114
↓ 16 callersFunctioncreateConditionalExtension
( truthy: Extension, falsy: Extension = [] )
open-jupyter/jupyterlab-main/packages/codemirror/src/extension.ts:583
↓ 16 callersFunctioncreateSessionContext
( options: Partial<SessionContext.IOptions> = {} )
open-jupyter/jupyterlab-main/packages/apputils/src/testutils.ts:13
↓ 16 callersFunctioncreateToolbarFactory
( toolbarRegistry: IToolbarWidgetRegistry, settingsRegistry: ISettingRegistry, factoryName: string, pl
open-jupyter/jupyterlab-main/packages/apputils/src/toolbar/factory.ts:251
↓ 16 callersFunctioncreateWidget
()
open-jupyter/jupyterlab-main/packages/notebook/test/widget.spec.ts:63
↓ 16 callersMethodcycle
* Switch to next or previous completion of inline completer. * @experimental * * @param id - the id of notebook panel, console panel or code
open-jupyter/jupyterlab-main/packages/completer/src/tokens.ts:430
↓ 16 callersMethoddeleteMetadata
* Delete a metadata. * * @param key Metadata key
open-jupyter/jupyterlab-main/packages/cells/src/model.ts:99
↓ 16 callersMethoddone
* Used for controlled progress bar.
open-jupyter/jupyterlab-main/packages/apputils-extension/src/notificationplugin.tsx:902
↓ 16 callersMethodfrom_dict
Create a Tool from a dictionary. Args: data: Dictionary with tool data Returns: Tool instance
clawcode/clawcode/mcp/types.py:135
↓ 16 callersMethodget
* Fetch all of the kernel specs. * * @returns A promise that resolves with the kernel specs. * * #### Notes * Uses the Jupyter Server A
open-jupyter/jupyterlab-main/packages/services/src/kernelspec/kernelspec.ts:60
↓ 16 callersFunctiongetCurrent
(args: ReadonlyPartialJSONObject)
open-jupyter/jupyterlab-main/packages/console-extension/src/index.ts:822
↓ 16 callersMethodgetPanelLocator
* Get a panel locator * * @param name Activity name * @returns Panel locator or null
open-jupyter/jupyterlab-main/galata/src/helpers/activity.ts:153
↓ 16 callersFunctiongetSubshellIds
( kernel: Kernel.IKernelConnection )
open-jupyter/jupyterlab-main/packages/services/test/kernel/comm.spec.ts:753
↓ 16 callersMethodhandleTextChange
* Handle a source change.
open-jupyter/jupyterlab-main/packages/completer/src/inline.ts:714
↓ 16 callersFunctionload_settings
Load settings from all sources. Args: working_directory: Override the working directory debug: Enable debug mode Returns:
clawcode/clawcode/config/settings.py:912
↓ 16 callersMethodopenDirectory
* Open a given directory in the file browser * * @param dirPath Directory path * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/helpers/filebrowser.ts:172
↓ 16 callersMethodpreferredWidgetFactories
* Get a list of the preferred widget factories. * * @param path - The file path to filter the results. * * @returns A new array of widget
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:368
↓ 16 callersFunctionremoveMath
(text: string)
open-jupyter/jupyterlab-main/packages/rendermime/src/latex.ts:26
↓ 16 callersFunctionsave_team_capsule
(settings: Settings, capsule: TeamExperienceCapsule)
clawcode/clawcode/learning/team_experience_store.py:28
↓ 16 callersFunctionselected
(nb: Notebook)
open-jupyter/jupyterlab-main/packages/notebook/test/widget.spec.ts:159
↓ 16 callersMethodshutdown
* Kill the kernel and shutdown the session. * * @returns A promise that resolves when the session is shut down.
open-jupyter/jupyterlab-main/packages/apputils/src/sessioncontext.tsx:236
↓ 15 callersFunction_ps_escape_single
(path: str)
clawcode/clawcode/llm/tools/shell_compat.py:177
↓ 15 callersMethod_showProgressView
( title: string, detail?: string, showAnimation?: boolean )
open-jupyter/src/main/sessionwindow/sessionwindow.ts:359
↓ 15 callersMethodadd_user_message
Add a user message. Args: content: Message content attachments: Optional list of attachment file names
clawcode/clawcode/tui/components/chat/message_list.py:367
↓ 15 callersMethodbuild
Build the application.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:721
↓ 15 callersFunctioncopy
(notebook: Notebook)
open-jupyter/jupyterlab-main/packages/notebook/src/actions.tsx:1313
↓ 15 callersMethoddefault
* Calculate the default value of a setting by iterating through the schema. * * @param key - The name of the setting whose default value is
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:554
↓ 15 callersMethoddeleteCells
* Delete selected cells * * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:1215
↓ 15 callersMethodexecute
(self, command: str, timeout: int = 10)
clawcode/tests/test_process_registry.py:77
↓ 15 callersMethodgetFileTypesForPath
* Get the file types that match a file name. * * @param path - The path of the file. * * @returns An ordered list of matching file types.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:717
↓ 15 callersMethodget_input_dict
Get input as dictionary. Returns: Input parameters as dictionary
clawcode/llm/tools/base.py:61
↓ 15 callersMethodisAnyOpen
* Whether any menus are opened or not * * @returns Opened menus status
open-jupyter/jupyterlab-main/galata/src/helpers/menu.ts:185
↓ 15 callersMethodisVisible
* Whether the status bar is visible or not * * @returns Visibility status
open-jupyter/jupyterlab-main/galata/src/helpers/statusbar.ts:21
↓ 15 callersMethodnames
* Get an iterator over the ordered toolbar item names. * * @returns An iterator over the toolbar item names.
open-jupyter/jupyterlab-main/packages/ui-components/src/components/toolbar.tsx:199
↓ 15 callersMethodonMessage
* Register the message callback with the websocket server.
open-jupyter/jupyterlab-main/packages/services/test/utils.ts:513
↓ 15 callersMethodpaste
* Paste text into terminal.
open-jupyter/jupyterlab-main/packages/terminal/src/tokens.ts:61
↓ 15 callersFunctionprefix
* Returns a documentation string with a comment prefix added on every line.
open-jupyter/jupyterlab-main/packages/settingregistry/src/settingregistry.ts:1490
↓ 15 callersFunctionresolve_plugin_paths
Compute plugin directories from ``settings.plugins``.
clawcode/clawcode/plugin/paths.py:23
↓ 15 callersFunctionreturnInvalid
(message: string)
open-jupyter/src/main/env.ts:276
↓ 15 callersMethodrevert
* Revert the document contents to disk contents.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:999
↓ 15 callersMethodrun
(self, call, context: ToolContext)
clawcode/tests/test_subagent.py:59
↓ 15 callersMethodrun
(self, call: ToolCall, context: ToolContext)
clawcode/clawcode/llm/tools/browser/browser_tools.py:218
↓ 15 callersMethodtoJSON
* Serialize the model to JSON.
open-jupyter/jupyterlab-main/packages/outputarea/src/model.ts:97
↓ 15 callersMethodtool_result
Create a tool result event. Args: tool_name: Tool name result: Tool result is_error: Whether result is an
clawcode/clawcode/llm/agent.py:157
↓ 15 callersMethodtransform
* Register a plugin transform function to act on a specific plugin. * * @param plugin - The name of the plugin whose settings are transformed.
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:162
↓ 15 callersMethodupload
* Upload a plugin's settings. * * @param plugin - The name of the plugin whose settings are being set. * * @param raw - The raw plugin set
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:178
↓ 14 callersMethod_driveForPath
* Given a path, get the `IDrive to which it refers, * where the path satisfies the pattern * `'driveName:path/to/file'`. If there is no `driveNa
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:1127
↓ 14 callersFunction_keyword_tokens
(keyword: str)
clawcode/clawcode/tui/ui_style.py:245
↓ 14 callersMethod_onLayoutModified
* Handle a change to the layout.
open-jupyter/jupyterlab-main/packages/application/src/shell.ts:1776
↓ 14 callersFunction_run_browser_command
Run an agent-browser CLI command using our pre-created Browserbase session. Args: task_id: Task identifier to get the right sess
clawcode/clawcode/llm/tools/browser/browser_utils.py:637
↓ 14 callersMethodclear
* Clear all of the output. * * @param wait - Delay clearing the output until the next message is added.
open-jupyter/jupyterlab-main/packages/outputarea/src/model.ts:84
↓ 14 callersMethodcreateCheckpoint
* Create a checkpoint for a file. * * @param localPath - The path of the file. * * @returns A promise which resolves with the new
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:650
↓ 14 callersMethoddispose
* Dispose of the resources used by the output model.
open-jupyter/jupyterlab-main/packages/rendermime/src/outputmodel.ts:56
↓ 14 callersMethodfind
* Find the first instance in the tracker that satisfies a filter function. * * @param fn The filter function to call on each instance. * *
open-jupyter/jupyterlab-main/packages/apputils/src/widgettracker.ts:71
↓ 14 callersMethodgetFileType
* Get a file type by name.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:614
↓ 14 callersMethodgetSelection
* Get selected text from terminal.
open-jupyter/jupyterlab-main/packages/terminal/src/tokens.ts:66
↓ 14 callersMethodlistCheckpoints
* List available checkpoints for a file. * * @param localPath - The path of the file. * * @returns A promise which resolves with a
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:660
↓ 14 callersMethodlist_by_session
List messages in a session. Args: session_id: Session ID limit: Maximum number of messages offset: Offset
clawcode/clawcode/message/service.py:643
↓ 14 callersFunctionmakeNavigator
( overrides: { path?: string; getResult?: Array<{ name: string; type: string }>; } = {} )
open-jupyter/jupyterlab-main/packages/filebrowser/test/pathnavigator.spec.ts:65
↓ 14 callersFunctionplugin_skill_autocomplete_entries
Return (name, description) rows for `/` UI autocomplete from loaded plugin skills. Mirrors skills shown in the system prompt; skips ``disable_mod
clawcode/clawcode/plugin/slash.py:26
↓ 14 callersMethodpreferredMimeType
* Find the preferred mime type for a mime bundle. * * @param bundle - The bundle of mime data. * * @param safe - How to consider safe/unsa
open-jupyter/jupyterlab-main/packages/rendermime/src/tokens.ts:70
↓ 14 callersMethodpushAll
* Push a set of values to the back of the list. * * @param values - An iterable set of values to add. * * @returns The new length of the l
open-jupyter/jupyterlab-main/packages/observables/src/observablelist.ts:143
↓ 14 callersFunctionrandomName
* Generate a random config section name. * * #### Notes * Config sections cannot have dashes (see * https://github.com/jupyter/notebook/blob/b2edf
open-jupyter/jupyterlab-main/packages/services/test/config/config.spec.ts:18
↓ 14 callersMethodrecord_post
( tool_name: str, context: Any, tool_input: dict[str, Any], tool_output: dict[
clawcode/clawcode/deepnote/observer.py:31
← previousnext →301–400 of 13,188, ranked by callers