MCPcopy Create free account

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

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

↓ 70 callersMethodgetValue
* Get the serialized value of the widget.
open-jupyter/jupyterlab-main/packages/apputils/src/dialog.tsx:570
↓ 70 callersMethodstartNew
* Start a new kernel. * * @param createOptions - The kernel creation options * * @param connectOptions - The kernel connection options
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:781
↓ 69 callersMethodget
* Get an item for the specified key.
open-jupyter/jupyterlab-main/packages/attachments/src/model.ts:51
↓ 66 callersMethodforEach
* Iterate through each instance in the tracker. * * @param fn - The function to call on each instance.
open-jupyter/jupyterlab-main/packages/apputils/src/widgettracker.ts:78
↓ 65 callersMethodget
* Get a file or directory. * * @param localPath The path to the file. * * @param options The options used to fetch the file.
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:571
↓ 62 callersMethodactivateById
* Activates a widget inside the application shell. * * @param id - The ID of the widget being activated.
open-jupyter/jupyterlab-main/packages/application/src/frontend.ts:258
↓ 62 callersMethodinsert
* Insert a value into the list at a specific index. * * @param index - The index at which to insert the value. * * @param value - The valu
open-jupyter/jupyterlab-main/packages/observables/src/observablelist.ts:73
↓ 62 callersMethodregisterEventHandler
( eventType: EventTypeMain, handler: AsyncEventHandlerMain )
open-jupyter/src/main/eventmanager.ts:19
↓ 61 callersMethodaddCell
* Add a newly created cell.
open-jupyter/jupyterlab-main/packages/console/src/foreign.ts:183
↓ 61 callersMethodsanitize
* Sanitize an HTML string. * * @param dirty - The dirty text. * @param options - The optional sanitization options. * * @retu
open-jupyter/jupyterlab-main/packages/rendermime-interfaces/src/index.ts:428
↓ 61 callersMethoduploadFile
* Upload a file to JupyterLab. * * Note: the destinationPath is the filepath on the server. * * @param sourcePath Filepath to upload *
open-jupyter/jupyterlab-main/galata/src/contents.ts:212
↓ 60 callersMethodnewUntitled
* Create a new untitled file or directory in the specified directory path. * * @param options The options used to create the file. *
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:592
↓ 59 callersFunctionget_settings
Get the global settings instance. Returns: The settings instance Raises: RuntimeError: If settings haven't been loaded
clawcode/clawcode/config/settings.py:897
↓ 59 callersFunctionreject
* Reject the candidate.
open-jupyter/jupyterlab-main/packages/apputils/src/windowresolver.ts:165
↓ 58 callersFunctioncreateActiveWidget
()
open-jupyter/jupyterlab-main/packages/notebook/test/widget.spec.ts:152
↓ 58 callersMethodindex
* The index of the cell in the notebook.
open-jupyter/jupyterlab-main/packages/notebook-extension/src/index.ts:5123
↓ 58 callersMethodrefresh
* Refresh the terminal session.
open-jupyter/jupyterlab-main/packages/terminal/src/tokens.ts:51
↓ 57 callersMethodexecute
Run a command; return ``{"output": str, "returncode": int}``.
clawcode/clawcode/llm/tools/environments/base.py:37
↓ 57 callersFunctionfunc
()
open-jupyter/jupyterlab-main/packages/docregistry/test/context.spec.ts:273
↓ 57 callersMethodregister
* Register a rule that maps a path pattern to a command. * * @param options - The route registration options. * * @returns A disposable th
open-jupyter/jupyterlab-main/packages/application/src/tokens.ts:141
↓ 56 callersMethodrequestExecute
* Send an `execute_request` message. * * @param content - The content of the request. * * @param disposeOnDone - Whether to dispose of the
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:309
↓ 56 callersMethodsetCompletionItems
* Set the list of visible CompletionItems in the completer menu.
open-jupyter/jupyterlab-main/packages/completer/src/widget.ts:1057
↓ 55 callersFunctionacceptDialog
( host: HTMLElement = document.body, timeout: number = 250 )
open-jupyter/jupyterlab-main/packages/testing/src/common.ts:230
↓ 55 callersMethodsetCell
* Set the input source of a cell * * @param cellIndex Cell index * @param cellType Cell type * @param source Source * @returns Action s
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:1258
↓ 54 callersFunctioncreateModel
( mimeType: string, source: JSONValue, trusted = false )
open-jupyter/jupyterlab-main/packages/rendermime/test/factories.spec.ts:23
↓ 53 callersMethodstartQuery
* Start a search * * @param query Regular expression to test for * @param filters Filters to apply when searching
open-jupyter/jupyterlab-main/packages/documentsearch/src/tokens.ts:265
↓ 51 callersMethodcd
* Change directory. * * @param path The path to the file or directory. * * @returns A promise with the contents of the directory.
open-jupyter/jupyterlab-main/packages/filebrowser/src/model.ts:253
↓ 51 callersMethodsetMetadata
* Set a metadata * * @param key Metadata key * @param value Metadata value
open-jupyter/jupyterlab-main/packages/cells/src/model.ts:117
↓ 50 callersMethodrun
(self, call: Any, context: ToolContext)
clawcode/tests/test_agent.py:149
↓ 49 callersMethod_get_run_state
(self, session_id: str, *, create: bool = True)
clawcode/clawcode/tui/screens/chat.py:635
↓ 49 callersFunctionev
(partial: Partial<AgentEventOut>)
open-jupyter/jupyterlab-main/packages/ai-coder-extension/src/widgets/streamReducer.spec.ts:108
↓ 49 callersMethodmove
* Move a value from one index to another. * * @param fromIndex - The index of the element to move. * * @param toIndex - The index to move
open-jupyter/jupyterlab-main/packages/observables/src/observablelist.ts:113
↓ 49 callersMethodread
()
open-jupyter/src/main/config/settings.ts:228
↓ 47 callersMethodcopy
* Copy a file into a given directory. * * @param localPath - The original file path. * * @param toLocalDir - The destination direc
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:640
↓ 47 callersMethodshow
* Show the application splash screen. * * @param light - Whether to show the light splash screen or the dark one. * * @returns A disposabl
open-jupyter/jupyterlab-main/packages/apputils/src/tokens.ts:293
↓ 47 callersMethodurl
* The url of the IFrame.
open-jupyter/jupyterlab-main/packages/ui-components/src/components/iframe.ts:88
↓ 47 callersFunctionwaitForDialog
( host: HTMLElement = document.body, timeout: number = 250 )
open-jupyter/jupyterlab-main/packages/testing/src/common.ts:212
↓ 45 callersMethodnext
* Makes the current thread run again for one step.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:164
↓ 45 callersMethodrunCell
* Execute a cell. * * @param options Cell execution options
open-jupyter/jupyterlab-main/packages/console/src/tokens.ts:63
↓ 45 callersMethodsendRequest
* Send a debug request to the kernel.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:427
↓ 44 callersMethodset
* Set the value.
open-jupyter/jupyterlab-main/packages/observables/src/modeldb.ts:62
↓ 43 callersMethod_n
* Shorthand for ngettext. * * @param msgid - The singular string to translate. * @param msgid_plural - The plural string to translate. * @
open-jupyter/jupyterlab-main/packages/translation/src/gettext.ts:332
↓ 43 callersFunctioncheck_extension
Check if a JupyterLab extension is enabled or disabled.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:564
↓ 43 callersMethodcreate_task
(self, *, agent: str, prompt: str, output_file: str)
clawcode/clawcode/research/ledger.py:62
↓ 43 callersMethodgetState
* Get the state of the text editor at the given position.
open-jupyter/jupyterlab-main/packages/completer/src/handler.ts:181
↓ 43 callersMethodhighlightNext
* Highlight the next match * * @param loop Whether to loop within the matches list. * * @returns The next match if it exists
open-jupyter/jupyterlab-main/packages/documentsearch/src/tokens.ts:284
↓ 43 callersMethodisSelected
* Whether a cell is selected.
open-jupyter/jupyterlab-main/packages/notebook/src/widget.ts:2083
↓ 43 callersMethodrunning
* Create an iterator over the known running kernels. * * @returns A new iterator over the running kernels.
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:736
↓ 43 callersMethodtoJSON
* Serialize the model to JSON.
open-jupyter/jupyterlab-main/packages/cells/src/model.ts:122
↓ 42 callersFunctioncreateEditorWidget
()
open-jupyter/jupyterlab-main/packages/completer/src/testutils.ts:10
↓ 42 callersMethodendQuery
* Stop a search and clear any internal state of the provider
open-jupyter/jupyterlab-main/packages/documentsearch/src/tokens.ts:270
↓ 41 callersMethoddismiss
* Remove toast programmatically
open-jupyter/jupyterlab-main/packages/apputils-extension/src/notificationplugin.tsx:886
↓ 41 callersFunctiondismissDialog
( host: HTMLElement = document.body, timeout: number = 250 )
open-jupyter/jupyterlab-main/packages/testing/src/common.ts:265
↓ 41 callersMethodencode
(&self, format: u8, quality: u8)
clawcode/clawcode/llm/tools/performance/core/engine/src/image.rs:82
↓ 41 callersMethodfromJSON
* Deserialize the object from JSON.
open-jupyter/jupyterlab-main/packages/observables/src/undoablelist.ts:21
↓ 41 callersMethodrequest
(params: IClientRequestParams[T])
open-jupyter/jupyterlab-main/packages/lsp/src/tokens.ts:900
↓ 40 callersMethodcwd
* The cwd of the launcher.
open-jupyter/jupyterlab-main/packages/launcher/src/widget.tsx:85
↓ 40 callersMethodfulfill
(sender: this, status: Kernel.ConnectionStatus)
open-jupyter/jupyterlab-main/packages/services/src/kernel/default.ts:579
↓ 40 callersMethodhide
* Hide the side bar even if it contains widgets
open-jupyter/jupyterlab-main/packages/application/src/shell.ts:2198
↓ 40 callersMethodlocalPath
* Given a path of the form `drive:local/portion/of/it.txt` * get the local part of it. * * @param path the path. * * @returns
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:347
↓ 40 callersFunctionopen_repo
Open a git repository at the given path.
clawcode/clawcode/llm/tools/performance/core/engine/src/git.rs:21
↓ 40 callersMethodsetWidth
* Set the sidebar width * * @param width Sidebar width in pixels * @param side Which sidebar to set: 'left' or 'right'
open-jupyter/jupyterlab-main/galata/src/helpers/sidebar.ts:312
↓ 39 callersMethodadd
* Add an output, which may be combined with previous output. * * @returns The total number of outputs. * * #### Notes * The output bund
open-jupyter/jupyterlab-main/packages/outputarea/src/model.ts:67
↓ 39 callersMethodhasClass
(name)
open-jupyter/jupyterlab-main/galata/test/jupyterlab/notebook-toolbar.test.ts:40
↓ 39 callersMethodsetCursorPosition
* Set the primary position of the cursor. * * @param position - The new primary position. * @param options - Adjustment options allowin
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:271
↓ 39 callersFunctionshowErrorMessage
( title: string, error: string | Dialog.IError, buttons?: ReadonlyArray<Dialog.IButton> )
open-jupyter/jupyterlab-main/packages/apputils/src/dialog.tsx:43
↓ 39 callersFunctiontestEmission
( signal: ISignal<T, U>, options: { find?: (a: T, b: U) => boolean; test?: (a: T, b: U) => void;
open-jupyter/jupyterlab-main/packages/testing/src/common.ts:74
↓ 38 callersFunctioncreateWidget
()
open-jupyter/jupyterlab-main/packages/apputils/test/widgettracker.spec.ts:20
↓ 38 callersFunctionget_app_info
Get a dictionary of information about the app.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:539
↓ 38 callersMethodsetCompletions
* Set completions clearing existing ones.
open-jupyter/jupyterlab-main/packages/completer/src/inline.ts:690
↓ 38 callersFunctionsleep
(timeout: number)
open-jupyter/jupyterlab-main/packages/lsp/src/utils.ts:12
↓ 38 callersMethodtype
* The type of the cell.
open-jupyter/jupyterlab-main/packages/cells/src/model.ts:567
↓ 37 callersFunction_mock_tool
(name: str)
clawcode/tests/test_subagent.py:39
↓ 37 callersMethodcontextForWidget
* Get the document context for a widget. * * @param widget - The widget of interest. * * @returns The context associated with the widget,
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:233
↓ 37 callersFunctioninstall_extension
Install an extension package into JupyterLab. The extension is first validated. Returns `True` if a rebuild is recommended, `False` otherwis
open-jupyter/jupyterlab-main/jupyterlab/commands.py:441
↓ 37 callersMethodrender
* Render a markdown source into unsanitized HTML. * * @param source - The string to render. * @returns - A promise of the string contai
open-jupyter/jupyterlab-main/packages/rendermime-interfaces/src/index.ts:598
↓ 37 callersMethodwidgets
* Returns an iterator for the widgets inside the application shell. * * @param area - Optional regions in the shell whose widgets are iterat
open-jupyter/jupyterlab-main/packages/application/src/frontend.ts:308
↓ 36 callersFunctionButton
(props: IButtonProps)
open-jupyter/jupyterlab-main/packages/ui-components/src/components/button.tsx:29
↓ 36 callersMethodbindprops
* Get a view of this icon that is bound to the specified icon/style props * * @param optional icon/style props (same as args for .element * a
open-jupyter/jupyterlab-main/packages/ui-components/src/icon/labicon.tsx:274
↓ 36 callersMethoddeselectAll
* Deselect all of the cells.
open-jupyter/jupyterlab-main/packages/notebook/src/widget.ts:2100
↓ 36 callersMethodsetMetadata
* Set a metadata * * @param key Metadata key * @param value Metadata value
open-jupyter/jupyterlab-main/packages/notebook/src/model.ts:91
↓ 36 callersMethodundo
* Undo one edit (if any undo events are stored).
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:428
↓ 35 callersMethod_cl_float
(self, key: str, default: float)
clawcode/clawcode/learning/service.py:99
↓ 35 callersMethodaddDrive
* Add an `IDrive` to the manager.
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:337
↓ 35 callersMethodgetCursorPosition
* Returns the primary position of the cursor, never `null`.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:260
↓ 35 callersMethodwaitForCondition
* Wait for a condition to be fulfilled * * @param condition Condition to fulfill * @param timeout Maximal time to wait for the condition to b
open-jupyter/jupyterlab-main/galata/src/jupyterlabpage.ts:219
↓ 34 callersMethodhas
* Check if this pool has the specified object. * * @param obj - The object whose existence is being checked.
open-jupyter/jupyterlab-main/packages/statedb/src/interfaces.ts:158
↓ 34 callersMethodselectedItems
* Create an iterator over the listing's selected items. * * @returns A new iterator over the listing's selected items.
open-jupyter/jupyterlab-main/packages/filebrowser/src/listing.ts:345
↓ 34 callersMethodset
* Set the value of the specified key.
open-jupyter/jupyterlab-main/packages/attachments/src/model.ts:56
↓ 33 callersMethoddata
* Get the data value for a cell in the data model. * * @param region - The cell region of interest. * * @param row - The row index of the
open-jupyter/jupyterlab-main/packages/csvviewer/src/model.ts:201
↓ 33 callersMethodfilter
* Filter the instances in the tracker based on a predicate. * * @param fn - The function by which to filter.
open-jupyter/jupyterlab-main/packages/apputils/src/widgettracker.ts:85
↓ 33 callersMethodget_all_skills
(self)
clawcode/clawcode/plugin/manager.py:96
↓ 33 callersFunctionsave_capsule
(settings: Settings, capsule: ExperienceCapsule)
clawcode/clawcode/learning/experience_store.py:27
↓ 32 callersMethodenterCellEditingMode
* Enter the editing mode on a given cell * * @param cellIndex Cell index * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:1016
↓ 32 callersMethodfromString
* Deserialize the model from a string. * * #### Notes * Should emit a [contentChanged] signal.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:873
↓ 32 callersMethodisSelectedOrActive
* Whether a cell is selected or is the active cell.
open-jupyter/jupyterlab-main/packages/notebook/src/widget.ts:2090
↓ 31 callersFunctionclasses
( ...classes: ( | string | false | undefined | null | { [className: string]: any } )[]
open-jupyter/jupyterlab-main/packages/ui-components/src/utils.ts:31
↓ 31 callersMethodcreateComm
* Create a new comm. * * @param targetName - The name of the comm target. * * @param commId - The comm id. * * @returns A comm insta
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:455
↓ 31 callersMethodfilter
* Filter the objects in the pool based on a predicate. * * @param fn - The function by which to filter.
open-jupyter/jupyterlab-main/packages/statedb/src/interfaces.ts:151
↓ 31 callersMethodget
* Get a value for a path. * * @param path the path for the object. * * @returns an `IObservable`.
open-jupyter/jupyterlab-main/packages/observables/src/modeldb.ts:160
← previousnext →101–200 of 13,188, ranked by callers