MCPcopy Create free account

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

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

↓ 3,695 callersMethodget
* Editor getter
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:783
↓ 2,036 callersMethod__
* Shorthand for gettext. * * @param msgid - The singular string to translate. * @param args - Any additional values to use with interpolation
open-jupyter/jupyterlab-main/packages/translation/src/gettext.ts:314
↓ 1,036 callersMethodconnect
* Initialize a connection over a web socket that speaks the LSP protocol
open-jupyter/jupyterlab-main/packages/lsp/src/ws-connection/types.ts:54
↓ 1,035 callersMethoddispose
* Dispose of the resources held by the database.
open-jupyter/jupyterlab-main/packages/observables/src/modeldb.ts:246
↓ 1,008 callersMethodpush
* Add a new item to the bottom of history. * * @param item The item being added to the bottom of history. * * #### Notes * If the item
open-jupyter/jupyterlab-main/packages/console/src/history.ts:61
↓ 752 callersMethodresolve
* Given an incomplete (unresolved) completion item, resolve it by adding * all missing details, such as lazy-fetched documentation. * * @para
open-jupyter/jupyterlab-main/packages/completer/src/tokens.ts:121
↓ 604 callersMethodemit
* Post an event request to be emitted by the event bus.
open-jupyter/jupyterlab-main/packages/services/src/event/index.ts:188
↓ 523 callersFunctiontest
(node: HTMLElement)
open-jupyter/jupyterlab-main/packages/running-extension/src/kernels.tsx:202
↓ 495 callersMethoderror
* Helper function for a toast with error style
open-jupyter/jupyterlab-main/packages/apputils-extension/src/notificationplugin.tsx:870
↓ 435 callersMethodwaitFor
* Wait for a condition to fulfill or for a certain time * * @param condition Condition or timeout to wait for * @param timeout Timeout
open-jupyter/jupyterlab-main/galata/extension/src/global.ts:260
↓ 413 callersMethodload
* Load the theme. * * @returns A promise that resolves when the theme has loaded.
open-jupyter/jupyterlab-main/packages/apputils/src/tokens.ts:237
↓ 383 callersMethodadd
* Add a command item to the launcher, and trigger re-render event for parent * widget. * * @param options - The specification options for a l
open-jupyter/jupyterlab-main/packages/launcher/src/tokens.ts:37
↓ 375 callersMethodforEach
* Iterate through each object in the pool. * * @param fn - The function to call on each object.
open-jupyter/jupyterlab-main/packages/statedb/src/interfaces.ts:144
↓ 332 callersMethodreplace
( self, target: str, old_text: str, new_content: str, *, sourc
clawcode/clawcode/claw_memory/memory_store.py:149
↓ 329 callersMethodaddClass
()
open-jupyter/jupyterlab-main/galata/test/jupyterlab/notebook-toolbar.test.ts:37
↓ 290 callersMethodkeys
* Get a list of the keys in the map. * * @returns - a list of keys.
open-jupyter/jupyterlab-main/packages/observables/src/observablemap.ts:63
↓ 283 callersMethodattach
()
open-jupyter/jupyterlab-main/packages/apputils/src/commandpalette.ts:54
↓ 281 callersMethodfrom
((): ())
clawcode/clawcode/llm/tools/performance/core/engine/src/task.rs:28
↓ 262 callersMethodinfo
* Helper function for a toast with info style
open-jupyter/jupyterlab-main/packages/apputils-extension/src/notificationplugin.tsx:866
↓ 253 callersMethodset
* Set a single setting. * * @param key - The name of the setting being set. * * @param value - The value of the setting. *
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:597
↓ 252 callersMethodexists
(self)
clawcode/clawcode/deepnote/wiki_store.py:87
↓ 250 callersMethodexecute
* Execute the current prompt. * * @param force - Whether to force execution without checking code * completeness. * * @param timeout -
open-jupyter/jupyterlab-main/packages/console/src/widget.ts:390
↓ 248 callersMethoddisconnect
* Disconnect the connection to the language server of the requested * language.
open-jupyter/jupyterlab-main/packages/lsp/src/tokens.ts:467
↓ 229 callersFunctionlist
* 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/dataconnector.ts:57
↓ 226 callersMethodgetSource
* Retrieve the content of a source file. * * @param source The source object containing the path to the file.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:108
↓ 225 callersMethoditems
* Return an iterator of launcher items.
open-jupyter/jupyterlab-main/packages/launcher/src/tokens.ts:51
↓ 221 callersMethodevaluate
* Evaluate an expression.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:94
↓ 216 callersMethodlog
* Log an output to logger. * * @param log - The output to be logged.
open-jupyter/jupyterlab-main/packages/logconsole/src/tokens.ts:181
↓ 208 callersFunctionsimulate
(element: EventTarget, type: string, options?: any)
open-jupyter/jupyterlab-main/packages/testing/src/common.ts:40
↓ 202 callersMethodfilter
(item: IRunningSessions.IRunningItem)
open-jupyter/jupyterlab-main/packages/running/src/index.tsx:341
↓ 192 callersMethodupdate
* Update a debug handler for the given widget, and * handle kernel changed events. * * @param widget The widget to update. * @para
open-jupyter/jupyterlab-main/packages/debugger/src/handler.ts:526
↓ 180 callersMethodwarn
* Helper function for a toast with warning style
open-jupyter/jupyterlab-main/packages/apputils-extension/src/notificationplugin.tsx:882
↓ 167 callersMethodreg
(r: string)
open-jupyter/jupyterlab-main/packages/apputils/src/sanitizer.ts:18
↓ 155 callersMethodadd
* Add a widget to the application shell. * * @param widget - The widget being added. * * @param area - Optional region in the shel
open-jupyter/jupyterlab-main/packages/application/src/frontend.ts:271
↓ 153 callersMethodaddItem
(options: NotebookTools.IAddOptions)
open-jupyter/jupyterlab-main/packages/notebook/src/tokens.ts:45
↓ 152 callersMethodcreate
* Create an empty workspace.
open-jupyter/jupyterlab-main/packages/workspaces/src/tokens.ts:55
↓ 149 callersMethodaddWidget
* Add a widget to the panel. * * If the widget is already added, it will be moved.
open-jupyter/jupyterlab-main/packages/application/src/shell.ts:1939
↓ 149 callersMethodsend
* Send a `comm_msg` message to the kernel. * * @param data - The data to send to the server on opening. * * @param metadata - Additional m
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:1007
↓ 146 callersMethodshutdown
* Shut down a kernel by id. * * @param id - The id of the target kernel. * * @returns A promise that resolves when the operation is comple
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:815
↓ 145 callersMethodfocus
* Brings browser focus to this editor text.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:443
↓ 143 callersMethodfind
* Returns an array of editors for a source matching the current debug * session by iterating through all the widgets in each of the supported
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:454
↓ 143 callersFunctionhandle_builtin_slash
( head: str, tail: str, *, settings: Settings, session_service: SessionService | None,
clawcode/clawcode/tui/builtin_slash_handlers.py:1621
↓ 140 callersMethodclear
* Clear the model.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:999
↓ 140 callersMethodparse
( text: string, parseOptions?: ParseOptions | undefined )
open-jupyter/jupyterlab-main/packages/mermaid/test/utils.ts:77
↓ 140 callersMethodsendMessage
* Send a kernel message with sensible defaults.
open-jupyter/jupyterlab-main/packages/services/test/utils.ts:453
↓ 139 callersFunctionhandleRequest
(item: IService, status: number, body: any)
open-jupyter/jupyterlab-main/packages/services/test/utils.ts:116
↓ 133 callersFunctionframePromise
()
open-jupyter/jupyterlab-main/packages/testing/src/common.ts:201
↓ 133 callersMethodinitialize
* Initialize the session context. * * @returns A promise that resolves with whether to ask the user to select a kernel. * * #### Notes
open-jupyter/jupyterlab-main/packages/apputils/src/sessioncontext.tsx:51
↓ 133 callersMethodselect
* Activate `select` command in the widget with provided id. * * @param {string} id - the id of notebook panel, console panel or code editor.
open-jupyter/jupyterlab-main/packages/completer/src/tokens.ts:377
↓ 131 callersMethodstart
* Start a new debug session.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:435
↓ 131 callersMethodvalues
* Get a list of the values in the map. * * @returns - a list of values.
open-jupyter/jupyterlab-main/packages/observables/src/observablemap.ts:70
↓ 129 callersMethodsave
* Save the document contents to disk.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:984
↓ 120 callersFunctionsignalToPromise
(signal: ISignal<T, U>)
open-jupyter/jupyterlab-main/packages/testing/src/common.ts:172
↓ 120 callersMethodsort
(a: T, b: T)
open-jupyter/jupyterlab-main/packages/ui-components/src/components/table.tsx:46
↓ 118 callersMethodcount
* Total number of notifications.
open-jupyter/jupyterlab-main/packages/apputils/src/notification.ts:32
↓ 118 callersMethodremove
* Remove a single setting. * * @param key - The name of the setting being removed. * * @returns A promise that resolves when the s
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:578
↓ 116 callersMethodwarning
* Helper function for a toast with warning style
open-jupyter/jupyterlab-main/packages/apputils-extension/src/notificationplugin.tsx:874
↓ 115 callersFunctionlegacy
(parser: StreamParser<unknown>)
open-jupyter/jupyterlab-main/packages/codemirror/src/language.ts:284
↓ 115 callersMethodtoString
* Serialize the model to a string.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:865
↓ 114 callersMethodclose
* Close the comm. * * @param data - The data to send to the server on opening. * * @param metadata - Additional metadata for the message.
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:1029
↓ 112 callersFunctiongetCurrent
( tracker: INotebookTracker, shell: JupyterFrontEnd.IShell, args: ReadonlyPartialJSONObject )
open-jupyter/jupyterlab-main/packages/notebook-extension/src/index.ts:2452
↓ 112 callersFunctionpjoin
Join paths to create a real path.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:136
↓ 111 callersMethodgoto
* Returns the main resource response. In case of multiple redirects, the navigation will resolve with the response of the * last redirect. *
open-jupyter/jupyterlab-main/galata/src/jupyterlabpage.ts:165
↓ 110 callersMethodon
* Connect a listener to new Jupyter dialog events. * * @param event Event type * @param listener Event listener
open-jupyter/jupyterlab-main/galata/extension/src/tokens.ts:190
↓ 107 callersFunctionresolve
(...parts: string[])
open-jupyter/jupyterlab-main/packages/coreutils/src/path.ts:101
↓ 105 callersMethodhas
* Whether the `IModelDB` has an object at this path. * * @param path the path for the object. * * @returns a boolean for whether an object
open-jupyter/jupyterlab-main/packages/observables/src/modeldb.ts:169
↓ 105 callersMethodwrite
Write a log message. Args: message: Message to log Returns: Number of bytes written
clawcode/core/logging.py:137
↓ 103 callersFunctiongit_err
Convert a git2 error to a napi error with context.
clawcode/clawcode/llm/tools/performance/core/engine/src/git.rs:31
↓ 101 callersMethodclickMenuItem
* Click on a menu item from its path * * @param path Menu item path
open-jupyter/jupyterlab-main/galata/src/helpers/menu.ts:290
↓ 100 callersMethoddelete
* Delete a file. * * @param localPath - The path to the file. * * @returns A promise which resolves when the file is deleted.
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:601
↓ 100 callersMethodgetOption
* Get a config option for the terminal.
open-jupyter/jupyterlab-main/packages/terminal/src/tokens.ts:41
↓ 91 callersMethodopen
* Open a read-only editor in the main area. * * @param params - The editor open parameters.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:461
↓ 89 callersMethodgetMetadata
* Get a metadata * * ### Notes * This returns a copy of the key value. * * @param key Metadata key
open-jupyter/jupyterlab-main/packages/cells/src/model.ts:109
↓ 88 callersMethodgetLogger
* Get the logger for the specified source. * * @param source - The name of the log source. * * @returns The logger for the specified sourc
open-jupyter/jupyterlab-main/packages/logconsole/src/tokens.ts:33
↓ 88 callersMethodgetNotebookInPanelLocator
* Get the locator to a notebook panel * * @param name Notebook name * @returns Locator to the Notebook panel
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:123
↓ 88 callersMethodrun
* Run all cells of the currently active notebook * * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:348
↓ 87 callersFunctionshowDialog
( options: Partial<Dialog.IOptions<T>> = {} )
open-jupyter/jupyterlab-main/packages/apputils/src/dialog.tsx:28
↓ 86 callersMethodsearch
* Search with current query. * * Sets searchError and totalEntries as appropriate. * * @returns The extensions matching the current query.
open-jupyter/jupyterlab-main/packages/extensionmanager/src/model.ts:443
↓ 86 callersMethodstop
* Stop a running debug session.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:440
↓ 85 callersMethodfetch
* Retrieve an item from the data connector. * * @param id - The identifier used to retrieve an item. * * @returns A promise that bears a d
open-jupyter/jupyterlab-main/packages/statedb/src/interfaces.ts:40
↓ 85 callersMethodfromJSON
* Deserialize the model from JSON. * * #### Notes * Should emit a [contentChanged] signal.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:886
↓ 84 callersMethodrenderModel
* Render a mime model. * * @param model - The mime model to render. * * @returns A promise which resolves when rendering is comple
open-jupyter/jupyterlab-main/packages/rendermime-interfaces/src/index.ts:309
↓ 83 callersMethodgetCellLocator
* Get a cell locator * * @param cellIndex Cell index * @param name Notebook name * @returns Handle to the cell
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:591
↓ 80 callersMethodactivate
* Activate the command palette for user input.
open-jupyter/jupyterlab-main/packages/apputils/src/tokens.ts:40
↓ 80 callersMethodinvoke
* Invoke a tooltip.
open-jupyter/jupyterlab-main/packages/tooltip/src/tokens.ts:25
↓ 80 callersMethodis_empty
(&self)
clawcode/clawcode/llm/tools/performance/core/engine/src/text.rs:114
↓ 77 callersMethodselectCells
* Select cells * * @param startIndex Start cell index * @param endIndex End cell index * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:1176
↓ 76 callersMethodload
* Load a plugin's settings into the setting registry. * * @param plugin - The name of the plugin whose settings are being loaded. * * @par
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:104
↓ 76 callersFunctionparser
(part)
open-jupyter/jupyterlab-main/jupyterlab/node-version-check.js:8
↓ 75 callersMethodaddWidgetFactory
* Add a widget factory to the registry. * * @param factory - The factory instance to register. * * @returns A disposable which will unregi
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:123
↓ 75 callersMethodreject
* Reject the current dialog with a default reject value. * * #### Notes * Will be a no-op if the dialog is not shown.
open-jupyter/jupyterlab-main/packages/apputils/src/dialog.tsx:223
↓ 74 callersMethodclearData
()
open-jupyter/jupyterlab-main/packages/testing/src/jest-data-transfer-mock.ts:144
↓ 74 callersMethodcreateNew
* Create a new `IModelDB` instance.
open-jupyter/jupyterlab-main/packages/observables/src/modeldb.ts:596
↓ 73 callersMethodinitializeState
* Initialize view state from model. * * #### Notes * Should be called after construction. For convenience, returns this, so it * can be ch
open-jupyter/jupyterlab-main/packages/cells/src/widget.ts:218
↓ 73 callersFunctionlog
(content: any)
open-jupyter/jupyterlab-main/packages/services/examples/browser/src/log.ts:4
↓ 72 callersMethodcreateRenderer
* Create a renderer for a mime type. * * @param mimeType - The mime type of interest. * * @returns A new renderer for the given mime type.
open-jupyter/jupyterlab-main/packages/rendermime/src/tokens.ts:84
↓ 71 callersMethoddiscover_and_load
Discover plugins, load skills/hooks, build HookEngine, load context_paths.
clawcode/clawcode/plugin/manager.py:45
↓ 71 callersMethodopenByPath
* Open a notebook from its path * * The notebook do not need to exist in the current folder * * @param filePath Notebook path * @return
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:95
↓ 71 callersMethodwaitForTimeout
* Waits for the given `timeout` in milliseconds. * * @param timeout A timeout to wait for
open-jupyter/jupyterlab-main/galata/extension/src/tokens.ts:275
↓ 70 callersMethodclone
* Create a clone of this rendermime instance. * * @param options - The options for configuring the clone. * * @returns A new independent c
open-jupyter/jupyterlab-main/packages/rendermime/src/tokens.ts:102
next →1–100 of 13,188, ranked by callers