MCPcopy Create free account

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

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

↓ 31 callersFunctiongetRequestHandler
( status: number, body: any )
open-jupyter/jupyterlab-main/packages/services/test/utils.ts:91
↓ 31 callersMethodlaunch
* Launch the dialog as a modal window. * * @returns a promise that resolves with the result of the dialog.
open-jupyter/jupyterlab-main/packages/apputils/src/dialog.tsx:175
↓ 31 callersMethodreload
* Cause a hard reload of the document.
open-jupyter/jupyterlab-main/packages/application/src/tokens.ts:146
↓ 31 callersMethodsetTimeout
* Set provider timeout. * * @param {number} timeout - value of timeout in millisecond.
open-jupyter/jupyterlab-main/packages/completer/src/manager.ts:67
↓ 30 callersMethod_get_plan_state
(self, session_id: str, *, create: bool = True)
clawcode/clawcode/tui/screens/chat.py:653
↓ 30 callersMethodaddFileType
* Add a file type to the document registry. * * @param fileType - The file type object to register. * @param factories - Optional factories t
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:286
↓ 30 callersMethodaddItem
* Add a command item to the command palette. * * @param options - The options for creating the command item. * * @returns A disposable tha
open-jupyter/jupyterlab-main/packages/apputils/src/tokens.ts:49
↓ 30 callersMethodcolumnCount
* Get the column count for a region in the data model. * * @param region - The column region of interest. * * @returns - The column count
open-jupyter/jupyterlab-main/packages/csvviewer/src/model.ts:183
↓ 30 callersMethodforEach
* Iterate through each instance in the tracker. * * @param fn - The function to call on each instance.
open-jupyter/jupyterlab-main/packages/lsp/src/tokens.ts:636
↓ 30 callersMethodget_data_directory
Get the data directory path. Returns: Path to the data directory
clawcode/clawcode/config/settings.py:770
↓ 30 callersMethodisEmpty
* True if the given area is empty.
open-jupyter/jupyterlab-main/packages/application/src/shell.ts:1134
↓ 30 callersMethodpush
* Add a value to the back of the list. * * @param value - The value to add to the back of the list. * * @returns The new length of the lis
open-jupyter/jupyterlab-main/packages/observables/src/observablelist.ts:128
↓ 30 callersMethodrestore
* Restore the objects in a given restorable collection. * * @param restorable - The restorable collection being restored. * * @param optio
open-jupyter/jupyterlab-main/packages/statedb/src/interfaces.ts:185
↓ 30 callersFunctionvalidateProperty
( object: any, name: string, typeName?: string, values: any[] = [] )
open-jupyter/jupyterlab-main/packages/services/src/validate.ts:8
↓ 29 callersMethodadd
* Add a provider to the registry. * * @param key - The provider key. * @returns A disposable delegate that, when disposed, deregisters the gi
open-jupyter/jupyterlab-main/packages/documentsearch/src/tokens.ts:227
↓ 29 callersMethodaddItem
* Add a menu item to the end of the menu. * * @param options - The options for creating the menu item. * * @returns The disposable menu it
open-jupyter/jupyterlab-main/packages/ui-components/src/components/menu.ts:49
↓ 29 callersFunctionaddSemanticCommand
(options: ISemanticCommandOptions)
open-jupyter/jupyterlab-main/packages/application/src/utils.ts:84
↓ 29 callersFunctiondispatch_slash
Return None if the message should be handled as a normal chat line.
clawcode/clawcode/plugin/slash.py:186
↓ 29 callersMethodget
* Get an item at the specified index.
open-jupyter/jupyterlab-main/packages/outputarea/src/model.ts:52
↓ 29 callersMethodgetDownloadUrl
* Get an encoded download url given a file path. * * @returns A promise which resolves with the absolute POSIX * file path on the ser
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:582
↓ 29 callersMethodnormalize
* Normalize a global path. Reduces '..' and '.' parts, and removes * leading slashes from the local part of the path, while retaining * the
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:358
↓ 29 callersMethodrowCount
* Get the row count for a region in the data model. * * @param region - The row region of interest. * * @returns - The row count for the r
open-jupyter/jupyterlab-main/packages/csvviewer/src/model.ts:165
↓ 29 callersMethodsave
* Save a file. * * @param localPath - The desired file path. * * @param options - Optional overrides to the model. * * @
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:625
↓ 29 callersMethodsave_plan_bundle
(self, bundle: PlanBundle)
clawcode/clawcode/llm/plan_store.py:289
↓ 29 callersMethodsession
Get a database session with automatic retry on lock errors. Yields: An async database session
clawcode/clawcode/db/connection.py:140
↓ 29 callersMethodsetOption
* Set a config option for the terminal.
open-jupyter/jupyterlab-main/packages/terminal/src/tokens.ts:46
↓ 29 callersMethodsetValue
* Set a value at a path. That value must already have * been created using `createValue`. * * @param path the path for the value. * * @
open-jupyter/jupyterlab-main/packages/observables/src/modeldb.ts:231
↓ 29 callersMethodsortedItems
* Create an iterator over the listing's sorted items. * * @returns A new iterator over the listing's sorted items.
open-jupyter/jupyterlab-main/packages/filebrowser/src/listing.ts:355
↓ 28 callersMethodelement
* Create an icon as a DOM element * * @param className - a string that will be used as the class * of the container element. Overrides any ex
open-jupyter/jupyterlab-main/packages/ui-components/src/icon/labicon.tsx:317
↓ 28 callersMethodget_input_dict
Get input as dictionary.
clawcode/clawcode/llm/base.py:67
↓ 28 callersMethodisLocal
* Whether the URL should be handled by the resolver * or not. * * @param allowRoot - Whether the paths starting at Unix-style filesyste
open-jupyter/jupyterlab-main/packages/rendermime/src/registry.ts:405
↓ 28 callersMethodnotify
Send a notification to the server. Args: method: The method name. params: The notification parameters.
clawcode/clawcode/lsp/client.py:455
↓ 27 callersMethod_ensure_message_list
(self, session_id: str)
clawcode/clawcode/tui/screens/chat.py:1480
↓ 27 callersMethodcreateWidget
* Create a toolbar item widget * * @param widgetFactory The widget factory name that creates the toolbar * @param widget The newly widget con
open-jupyter/jupyterlab-main/packages/apputils/src/tokens.ts:386
↓ 27 callersMethodhas
* Check if this tracker has the specified instance. * * @param obj - The object whose existence is being checked.
open-jupyter/jupyterlab-main/packages/lsp/src/tokens.ts:650
↓ 27 callersMethodrefreshRunning
* Force a refresh of the running kernels. * * @returns A promise that resolves when the models are refreshed. * * #### Notes * This is
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:767
↓ 27 callersFunctiontest
(name: string, spec: string)
open-jupyter/jupyterlab-main/packages/codemirror/test/mathparser.spec.ts:159
↓ 26 callersMethodgetOffsetAt
* Find an offset for the given position. * * @param position - The position of interest. * * @returns The offset at the position,
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:413
↓ 26 callersMethodhas
* Check if this tracker has the specified instance. * * @param obj - The object whose existence is being checked.
open-jupyter/jupyterlab-main/packages/apputils/src/widgettracker.ts:92
↓ 26 callersFunctionmakeState
(text: string)
open-jupyter/jupyterlab-main/packages/completer/test/model.spec.ts:7
↓ 26 callersFunctionprocess_chunk
Helper to avoid napi Buffer in tests
clawcode/clawcode/llm/tools/performance/core/engine/src/stream_process.rs:661
↓ 26 callersMethodregisterStatusItem
* Register a new status item. * * @param id a unique id for the status item. * @param statusItem The options for how to add the status item.
open-jupyter/jupyterlab-main/packages/statusbar/src/tokens.ts:27
↓ 26 callersMethodupdate
* Trigger a rendering update on the receiver.
open-jupyter/jupyterlab-main/packages/console/src/foreign.ts:188
↓ 25 callersMethodclear
* Clear all outputs logged.
open-jupyter/jupyterlab-main/packages/logconsole/src/tokens.ts:189
↓ 25 callersMethoddetach
()
open-jupyter/jupyterlab-main/packages/apputils/src/commandpalette.ts:58
↓ 25 callersMethodisOpen
* Whether a menu is opened or not * * @param path Menu path * @returns Opened menu status
open-jupyter/jupyterlab-main/galata/src/helpers/menu.ts:195
↓ 25 callersMethodsave_bundle_versioned
Save plan bundle into a fixed subdir with iterative naming.
clawcode/clawcode/llm/plan_store.py:202
↓ 25 callersMethodsetData
* Set the data for a given mime type. * * @param mime - The mime type to set. * @param data - The data to set.
open-jupyter/jupyterlab-main/packages/apputils/src/clipboard.ts:138
↓ 24 callersMethodinsertWidget
* Insert a widget at the given position in the content panel. * * @param index Position * @param widget Widget to insert
open-jupyter/jupyterlab-main/packages/ui-components/src/components/sidepanel.ts:98
↓ 24 callersMethodlistRunning
* List the running kernels. * * @returns A promise that resolves with the list of running kernel models.
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:1083
↓ 24 callersMethodpath
(self)
clawcode/clawcode/tui/components/chat/input_history_store.py:65
↓ 24 callersFunctionsanitize_text
(text: JsString)
clawcode/clawcode/llm/tools/performance/core/engine/src/text.rs:1345
↓ 24 callersMethodto_dict
(self)
clawcode/clawcode/lsp/types.py:143
↓ 24 callersMethodupdate
* Modify the stored config values. * * #### Notes * Updates the local data immediately, sends the change to the server, * and updates the
open-jupyter/jupyterlab-main/packages/services/src/config/index.ts:32
↓ 24 callersMethodwait
(self, session_id: str, timeout: int | None = None)
clawcode/clawcode/llm/tools/process_registry.py:410
↓ 23 callersFunctionexpand_command
Rewrite the command string before spawn, based on shell family.
clawcode/clawcode/llm/tools/shell_compat.py:860
↓ 23 callersMethodgetData
* Retrieve the data for a given mime type. * Returns `null` if the data does not exist. * * @param mime - The mime type to retrieve.
open-jupyter/jupyterlab-main/packages/apputils/src/clipboard.ts:130
↓ 23 callersMethodget_agent_config
Get configuration for a specific agent. Args: agent: The agent name Returns: The agent configuration, or a d
clawcode/clawcode/config/settings.py:752
↓ 23 callersMethodquery
(self, query: str, mode: str = "hybrid", limit: int = 10)
clawcode/clawcode/deepnote/wiki_store.py:351
↓ 23 callersMethodroute
* Route a specific path to an action. * * @param url - The URL string that will be routed. * * #### Notes * If a pattern is matched, it
open-jupyter/jupyterlab-main/packages/application/src/tokens.ts:157
↓ 23 callersFunctionsignalToPromise
( signal: ISignal<T, U>, timeout?: number )
open-jupyter/jupyterlab-main/packages/coreutils/src/signal.ts:17
↓ 23 callersFunctiontest
(name: string, fn: () => void)
open-jupyter/jupyterlab-main/packages/ai-coder-extension/src/widgets/streamReducer.spec.ts:104
↓ 23 callersMethodtext
Create a text response. Args: content: Response content Returns: ToolResponse instance
clawcode/clawcode/llm/tools/base.py:113
↓ 22 callersMethod_build_request_params
Build request parameters for the API call. Args: messages: Message history tools: Available tools for function callin
clawcode/clawcode/llm/providers/openai.py:279
↓ 22 callersFunctionemit_ops_event
(event_type: str, payload: dict[str, Any])
clawcode/clawcode/claw_learning/ops_observability.py:102
↓ 22 callersMethodfinalize_message
Finalize the current assistant message. Args: message: Optional message object with metadata (may contain ImageContent/FileConten
clawcode/clawcode/tui/components/chat/message_list.py:510
↓ 22 callersMethodregisterMessageHook
* Register hook for IOPub messages. * * @param hook - The callback invoked for an IOPub message. * * #### Notes * The IOPub hook system
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:899
↓ 22 callersMethodrun
Run the Agent ReAct loop. Events are yielded **as they arrive** from the provider so the UI can display content with a streaming / ty
clawcode/clawcode/llm/agent.py:715
↓ 21 callersMethod_p
* Shorthand for pgettext. * * @param msgctxt - The message context. * @param msgid - The singular string to translate. * @param args - Any
open-jupyter/jupyterlab-main/packages/translation/src/gettext.ts:349
↓ 21 callersMethodaddFactory
* Add a renderer factory to the rendermime. * * @param factory - The renderer factory of interest. * * @param rank - The rank of the rende
open-jupyter/jupyterlab-main/packages/rendermime/src/tokens.ts:127
↓ 21 callersMethodcancel
* Cancel an in-flight agent run on the active notebook.
open-jupyter/jupyterlab-main/packages/ai-coder/src/tokens.ts:62
↓ 21 callersMethodcommit
(self, page_path: str, content: str, message: str, author: str = "agent")
clawcode/clawcode/deepnote/wiki_history.py:17
↓ 21 callersMethodconfigure
* Configure the inline completer. * @experimental * * @param settings - the new settings values.
open-jupyter/jupyterlab-main/packages/completer/src/tokens.ts:454
↓ 21 callersFunctioncreateFactory
(modelName?: string)
open-jupyter/jupyterlab-main/packages/docregistry/test/registry.spec.ts:33
↓ 21 callersMethodhasData
* Whether the clipboard has data for a given mime type. * Returns `false` if the data does not exist. * * @param mime - The mime type t
open-jupyter/jupyterlab-main/packages/apputils/src/clipboard.ts:122
↓ 21 callersMethodlist
* Retrieve the list of items available from the data connector. * * @param query - The optional query filter to apply to the connector request.
open-jupyter/jupyterlab-main/packages/statedb/src/interfaces.ts:55
↓ 21 callersMethodobserve
(_target: Element, _options?: ResizeObserverOptions)
open-jupyter/jupyterlab-main/packages/testing/src/jest-shim.ts:83
↓ 21 callersMethodstart_assistant_message
Start a new assistant message for streaming.
clawcode/clawcode/tui/components/chat/message_list.py:384
↓ 21 callersMethodtext
* The text displayed in the placeholder.
open-jupyter/jupyterlab-main/packages/cells/src/placeholder.ts:108
↓ 20 callersMethodconnectTo
* Connect to an existing kernel. * * @param options - The options for connecting to the kernel * @param options.model - The model of the targ
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:806
↓ 20 callersMethoddeleteDirectory
* Delete recursively a directory * * @param dirPath Directory path * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/contents.ts:257
↓ 20 callersMethoddriveName
* Given a path of the form `drive:local/portion/of/it.txt` * get the name of the drive. If the path is missing * a drive portion, returns an
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:382
↓ 20 callersMethodensure_data_directory
Ensure the data directory exists. Returns: Path to the data directory
clawcode/clawcode/config/settings.py:781
↓ 20 callersFunctiongetCellMetadata
( page: IJupyterLabPageFixture, cellNumber: number = 0 )
open-jupyter/jupyterlab-main/galata/test/jupyterlab/metadataform.test.ts:95
↓ 20 callersFunctiongetOffset
(index: number)
open-jupyter/jupyterlab-main/packages/ui-components/test/windowedlist.spec.ts:69
↓ 20 callersMethodhighlightPrevious
* Highlight the previous match * * @param loop Whether to loop within the matches list. * * @returns The previous match if it exists.
open-jupyter/jupyterlab-main/packages/documentsearch/src/tokens.ts:293
↓ 20 callersMethodinsertItem
* Insert a menu item into the menu at the specified index. * * @param index - The index at which to insert the item. * * @param options -
open-jupyter/jupyterlab-main/packages/ui-components/src/components/menu.ts:239
↓ 20 callersMethodnewUntitled
* Create a new untitled file. * * @param options - The file content creation options.
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:313
↓ 20 callersMethodupdate_content
Update the current assistant message content. Args: content: Content to append
clawcode/clawcode/tui/components/chat/message_list.py:396
↓ 19 callersMethod_refresh_plan_panel
(self, session_id: str)
clawcode/clawcode/tui/screens/chat.py:1400
↓ 19 callersMethodcompletionItems
* Get the list of visible CompletionItems in the completer menu.
open-jupyter/jupyterlab-main/packages/completer/src/widget.ts:1052
↓ 19 callersMethodcontinue
* Continues the execution of the current thread.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:89
↓ 19 callersMethodcreateNew
* Create a new file and return the widget used to view it. * * @param path - The file path to create. * * @param widgetName - The name of
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:261
↓ 19 callersFunctionfix_partial_json
Fix incomplete JSON by closing unclosed strings, objects, arrays, removing trailing commas, and handling truncated values.
clawcode/clawcode/llm/tools/performance/core/engine/src/json_parse.rs:54
↓ 19 callersFunctionreduceStreamEvents
(events: AgentEventOut[])
open-jupyter/jupyterlab-main/packages/ai-coder-extension/src/widgets/streamReducer.ts:51
↓ 19 callersMethodreset
* Reset completer model.
open-jupyter/jupyterlab-main/packages/completer/src/inline.ts:685
↓ 19 callersMethodsetPath
* Change the session path. * * @param path - The new session path. * * @returns A promise that resolves when the session has renamed. *
open-jupyter/jupyterlab-main/packages/services/src/session/session.ts:131
↓ 19 callersFunctionto_u32
(value: usize)
clawcode/clawcode/llm/tools/performance/core/ast/src/ast.rs:124
↓ 19 callersMethodupdateCompleter
* Update completer handler of a widget with new context. * * @param newCompleterContext - The completion context.
open-jupyter/jupyterlab-main/packages/completer/src/tokens.ts:384
↓ 19 callersMethodwaitForCallStack
* Waits for the callstack body to populate in the callstack panel
open-jupyter/jupyterlab-main/galata/src/helpers/debuggerpanel.ts:144
← previousnext →201–300 of 13,188, ranked by callers