MCPcopy Create free account

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

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

↓ 11 callersMethodcreate
Create a new message. Args: session_id: Parent session ID role: Message role content: Text content (if no
clawcode/message/service.py:236
↓ 11 callersMethodcreateNew
* Create a new model for a given path. * * @param options - Optional parameters to construct the model. * * @returns A new documen
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:1240
↓ 11 callersFunctionenvPathForPythonPath
(pythonPath: string)
open-jupyter/src/main/utils.ts:511
↓ 11 callersMethodextendContiguousSelectionTo
* Move the head of an existing contiguous selection to extend the selection. * * @param index - The new head of the existing selection. *
open-jupyter/jupyterlab-main/packages/notebook/src/widget.ts:2131
↓ 11 callersFunctionfactory
(options: CodeEditor.IOptions)
open-jupyter/jupyterlab-main/packages/completer/src/testutils.ts:13
↓ 11 callersFunctionfileType
(widget: Widget | null, docManager: IDocumentManager)
open-jupyter/jupyterlab-main/packages/docmanager-extension/src/index.tsx:682
↓ 11 callersMethodfileTypes
* Create an iterator over the file types that have been registered. * * @returns A new iterator of file types.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:581
↓ 11 callersMethodfindWidget
* See if a widget already exists for the given path and widget name. * * @param path - The file path to use. * * @param widgetName - The n
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:303
↓ 11 callersFunctionfire_research_hooks
Best-effort hook fan-out when a running event loop exists.
clawcode/clawcode/research/tools/registry.py:213
↓ 11 callersMethodfrom_settings
(cls, settings: Any)
clawcode/clawcode/deepnote/wiki_store.py:82
↓ 11 callersFunctiongetBundledPythonEnvPath
()
open-jupyter/src/main/utils.ts:156
↓ 11 callersMethodgetCellInputLocator
* Get the locator to the input of a cell * * @param cellIndex Cell index * @returns Locator to the cell input
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:675
↓ 11 callersMethodgetCodeId
* Returns an id based on the given code. * * @param code The source code. * @param kernel The kernel name from current session.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:314
↓ 11 callersMethodgetContiguousSelection
* Get the head and anchor of a contiguous cell selection. * * The head of a contiguous selection is always the active cell. * * If there a
open-jupyter/jupyterlab-main/packages/notebook/src/widget.ts:2222
↓ 11 callersMethodgetOption
* Get a config option for the editor.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:366
↓ 11 callersMethodgetTabLocator
* Get the locator on a given tab * * @param id Tab id * @returns Tab locator
open-jupyter/jupyterlab-main/galata/src/helpers/sidebar.ts:193
↓ 11 callersMethodgetWidgetFactory
* Get a widget factory by name. * * @param widgetName - The name of the widget factory. * * @returns A widget factory instance.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:594
↓ 11 callersMethodisAnyActive
* Whether a notebook is currently active or not * * @returns Notebook active status
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:59
↓ 11 callersFunctionisFulfilled
( p: PromiseLike<T>, delay = 0 )
open-jupyter/jupyterlab-main/packages/testing/src/common.ts:183
↓ 11 callersMethodline
* The current line of the model.
open-jupyter/jupyterlab-main/packages/codeeditor/src/lineCol.tsx:366
↓ 11 callersMethodnavigate
* Navigate to a new path within the application. * * @param path - The new path or empty string if redirecting to root. * * @param options
open-jupyter/jupyterlab-main/packages/application/src/tokens.ts:132
↓ 11 callersFunctionpositionAtOffset
( offset: number, lines: string[] )
open-jupyter/jupyterlab-main/packages/lsp/src/positioning.ts:60
↓ 11 callersFunctionreadCSV
(path: string)
open-jupyter/jupyterlab-main/packages/csvviewer/test/model.spec.ts:8
↓ 11 callersMethodreplaceSelection
* Replaces selection with the given text.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:511
↓ 11 callersMethodrequestKernelInfo
* Send a `kernel_info_request` message. * * @returns A promise that resolves with the response message. * * #### Notes * See [Messaging
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:235
↓ 11 callersFunctionresolve
(potential: string)
open-jupyter/jupyterlab-main/packages/apputils/src/windowresolver.ts:174
↓ 11 callersMethodrestoreState
* Restore the state of a debug session.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:422
↓ 11 callersMethodrun
Run the agent with a user prompt. This implements the main ReAct loop: 1. Create user message 2. Get conversation history
clawcode/llm/agent.py:168
↓ 11 callersFunctionrunCommandInEnvironment
( envPath: string, command: string, callbacks?: ICommandRunCallbacks )
open-jupyter/src/main/env.ts:166
↓ 11 callersMethodsetName
* Change the session name. * * @returns A promise that resolves when the session has renamed. * * #### Notes * This uses the Jupyter RE
open-jupyter/jupyterlab-main/packages/services/src/session/session.ts:142
↓ 11 callersMethodshutdownAll
* Shut down all kernels. * * @returns A promise that resolves when all of the kernels are shut down.
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:822
↓ 11 callersFunctionslash_suggest_query
If the first line is an incomplete `/prefix` command (no space after name), return prefix after `/`. Returns None when suggestions should be hidd
clawcode/clawcode/tui/builtin_slash.py:493
↓ 11 callersMethodstatus
* The current status of the kernel.
open-jupyter/jupyterlab-main/packages/apputils/src/kernelstatuses.tsx:177
↓ 11 callersFunctionuninstall_extension
Uninstall an extension by name or path. Returns `True` if a rebuild is recommended, `False` otherwise.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:454
↓ 11 callersFunctionvalidateMessage
( msg: KernelMessage.IMessage )
open-jupyter/jupyterlab-main/packages/services/src/kernel/validate.ts:56
↓ 10 callersMethod_convert_history_to_provider
Convert message history to provider format with multimodal support. Uses incremental conversion: only processes new messages since the last c
clawcode/clawcode/llm/agent.py:1694
↓ 10 callersFunction_ensure_options
Helper to use deprecated kwargs for AppOption
open-jupyter/jupyterlab-main/jupyterlab/commands.py:410
↓ 10 callersFunction_escape_rich_markup
(text: str)
clawcode/clawcode/tui/hud/render.py:34
↓ 10 callersMethod_updateContentView
()
open-jupyter/src/main/sessionwindow/sessionwindow.ts:1223
↓ 10 callersMethodaddExtension
* Add a default editor extension * * @template T Extension parameter type * @param factory Extension factory
open-jupyter/jupyterlab-main/packages/codemirror/src/extension.ts:419
↓ 10 callersFunctionansi_seq_len_u16
(data: &[u16], pos: usize)
clawcode/clawcode/llm/tools/performance/core/engine/src/text.rs:318
↓ 10 callersMethodappendCodeBlock
* Append a code block to the end of the virtual document. * * @param block - block to be appended * @param editorShift - position shift in
open-jupyter/jupyterlab-main/packages/lsp/src/virtual/document.ts:615
↓ 10 callersFunctionat_mention_parse
If cursor is in an ``@query`` token, return ``(at_col, query)`` else None. ``query`` is the substring after ``@`` up to the cursor (no spaces ins
clawcode/clawcode/tui/at_file_complete.py:36
↓ 10 callersFunctionbuildForm
()
open-jupyter/jupyterlab-main/packages/metadataform/test/metadataFormWidget.spec.ts:76
↓ 10 callersMethodclear
* Set the ObservableMap to an empty map.
open-jupyter/jupyterlab-main/packages/observables/src/observablemap.ts:85
↓ 10 callersMethodclearHighlight
* Clear currently highlighted match.
open-jupyter/jupyterlab-main/packages/documentsearch/src/tokens.ts:275
↓ 10 callersMethodcloneWidget
* Clone a widget. * * @param widget - The source widget. * * @returns A new widget or `undefined`. * * #### Notes * Uses the sam
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:207
↓ 10 callersMethodconnectNode
* Connect a command/argument pair to a given node so that when it is clicked, * the command will execute. * * @param node - The node being co
open-jupyter/jupyterlab-main/packages/apputils/src/commandlinker.ts:78
↓ 10 callersFunctioncreateConfigurableExtension
( builder: (value: T) => Extension )
open-jupyter/jupyterlab-main/packages/codemirror/src/extension.ts:569
↓ 10 callersMethodcreateString
* Create a string and insert it in the database. * * @param path the path for the string. * * @returns the string that was created.
open-jupyter/jupyterlab-main/packages/observables/src/modeldb.ts:178
↓ 10 callersMethoddispose
()
open-jupyter/src/main/tokens.ts:98
↓ 10 callersFunctionfilter_commands
Filter built-ins by command name prefix (case-sensitive, as typed). ``extra``: optional (name, description) pairs from plugin skills, appended af
clawcode/clawcode/tui/builtin_slash.py:518
↓ 10 callersFunctionfindInHost
(selector: string)
open-jupyter/jupyterlab-main/packages/completer/test/inline.spec.ts:49
↓ 10 callersMethodflush
Flush the writer (no-op for structured logging).
clawcode/core/logging.py:152
↓ 10 callersMethodfrom_dict
(cls, data: Dict[str, Any])
clawcode/clawcode/lsp/types.py:150
↓ 10 callersFunctiongetCondaPath
()
open-jupyter/src/main/env.ts:77
↓ 10 callersMethodgetLine
* Returns the content for the given line number. * * @param line - The line of interest. * * @returns The value of the line.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:403
↓ 10 callersMethodgetSelection
* Returns the primary selection, never `null`.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:279
↓ 10 callersMethodgetTheme
* Get a theme. * * #### Notes * It falls back to the default theme * * @param name Theme name * @returns Theme extension
open-jupyter/jupyterlab-main/packages/codemirror/src/token.ts:442
↓ 10 callersFunctionget_builtin_tools
Get all built-in tools. Args: permissions: Permission service (optional) session_service: Session service (optional) mess
clawcode/llm/tools/__init__.py:62
↓ 10 callersFunctionglob
( options: GlobOptions, #[napi(ts_arg_type = "((match: GlobMatch) => void) | undefined | null")] on_ma
clawcode/clawcode/llm/tools/performance/core/engine/src/glob.rs:230
↓ 10 callersFunctioninteger_param
Create an integer parameter schema. Args: description: Parameter description **kwargs: Additional schema properties Returns:
clawcode/llm/tools/base.py:328
↓ 10 callersMethodinvoke
Run the tool for logical operation *op* with normalized *params*.
clawcode/clawcode/llm/tools/adapter.py:285
↓ 10 callersFunctionisEnabled
()
open-jupyter/jupyterlab-main/packages/notebook-extension/src/index.ts:644
↓ 10 callersMethodisTabActive
* Whether a tab is active or not * * @param name Activity name * @returns Active status
open-jupyter/jupyterlab-main/galata/src/helpers/activity.ts:45
↓ 10 callersMethodis_install_allowed
(self, name: str, version: str | None = None)
open-jupyter/jupyterlab-main/jupyterlab/extensions/pypi.py:238
↓ 10 callersFunctionjoin
(...paths: string[])
open-jupyter/jupyterlab-main/packages/coreutils/src/path.ts:18
↓ 10 callersFunctionlist_capsules
(settings: Settings)
clawcode/clawcode/learning/experience_store.py:53
↓ 10 callersMethodlist_extensions
List extensions for a given ``query`` search term. This will return the extensions installed (if ``query`` is None) or available if a
open-jupyter/jupyterlab-main/jupyterlab/extensions/manager.py:457
↓ 10 callersFunctionlist_team_capsules
(settings: Settings)
clawcode/clawcode/learning/team_experience_store.py:53
↓ 10 callersFunctionload_capsule
(settings: Settings, ecap_id: str)
clawcode/clawcode/learning/experience_store.py:41
↓ 10 callersMethodmarkTrusted
* Mark a trusted DOM boundary.
open-jupyter/jupyterlab-main/packages/rendermime-interfaces/src/index.ts:482
↓ 10 callersMethodmark_file_read
Mark a file as read (highlighted in the tree).
clawcode/clawcode/tui/code_awareness/widget.py:68
↓ 10 callersFunctionpushIopub
(msgId: string)
open-jupyter/jupyterlab-main/packages/services/test/kernel/ikernel.spec.ts:1396
↓ 10 callersFunctionpythonPathForEnvPath
(envPath: string, isConda?: boolean)
open-jupyter/src/main/utils.ts:498
↓ 10 callersMethodremove
* Remove and return the value at a specific index. * * @param index - The index of the value of interest. * * @returns The value at the sp
open-jupyter/jupyterlab-main/packages/observables/src/observablelist.ts:162
↓ 10 callersMethodremoveWidget
* * A message handler invoked on a `'child-removed'` message. * * * @param widget - The widget to remove from the layout. * * #### Notes
open-jupyter/jupyterlab-main/packages/notebook/src/windowing.ts:342
↓ 10 callersFunctionrender_hud
Render 5 content lines + 1 trailing blank row (6 lines total; stable height). Row layout (matches claude-hud red-box screenshot): 1 sess
clawcode/clawcode/tui/hud/render.py:316
↓ 10 callersMethodresolveItem
* Lazy load missing data of an item. * @param activeIndex - the item or its index * @remarks * Resolving item by index will be deprecat
open-jupyter/jupyterlab-main/packages/completer/src/widget.ts:1070
↓ 10 callersMethodresolveUrl
* Resolve a relative url to an absolute url path.
open-jupyter/jupyterlab-main/packages/rendermime-interfaces/src/index.ts:508
↓ 10 callersMethodrestart
* Restart a kernel. * * @param id - The id of the kernel to restart. * * @returns A promise that resolves when the kernel is restarted.
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:1110
↓ 10 callersMethodrestore
* Restore the widgets of a particular widget tracker. * * @param tracker - The widget tracker whose widgets will be restored. * * @param o
open-jupyter/jupyterlab-main/packages/application/src/layoutrestorer.ts:49
↓ 10 callersMethodrun_autonomous_cycle
Run a single autonomous closed-loop cycle with structured outputs.
clawcode/clawcode/learning/service.py:662
↓ 10 callersMethodscroll_end
Scroll to the end (bottom) of the message list.
clawcode/clawcode/tui/components/chat/message_list.py:565
↓ 10 callersMethodselectKernel
* Select a kernel for the session.
open-jupyter/jupyterlab-main/packages/apputils/src/sessioncontext.tsx:318
↓ 10 callersMethodsetFragment
* Set URI fragment identifier.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:1738
↓ 10 callersMethodsetOption
* Set a config option for the editor.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:371
↓ 10 callersMethodslugify
(self, name: str)
clawcode/clawcode/deepnote/wiki_store.py:248
↓ 10 callersMethodtempdir
(self)
open-jupyter/jupyterlab-main/jupyterlab/tests/test_jupyterlab.py:73
↓ 10 callersMethodtool_use_start
Create a tool use start event.
clawcode/clawcode/llm/base.py:111
↓ 10 callersFunctiontopic_slug
Derive a filesystem-safe slug from a natural-language topic.
clawcode/clawcode/research/config.py:11
↓ 10 callersFunctionupdate
(marks, tr)
open-jupyter/jupyterlab-main/packages/completer/src/ghost.ts:509
↓ 10 callersMethodwait
(self)
open-jupyter/jupyterlab-main/jupyterlab/commands.py:113
↓ 9 callersMethod__new__
(cls)
clawcode/clawcode/deepnote/domain_registry.py:12
↓ 9 callersMethod_at_panel_open
(self)
clawcode/clawcode/tui/components/chat/input_area.py:944
↓ 9 callersFunction_coerce_tool_params
Best-effort parse of tool-call input. Models occasionally emit object-like strings that are not strict JSON (single quotes, Python dict liter
clawcode/clawcode/llm/tools/advanced.py:38
↓ 9 callersFunction_elementPositionFactory
(extra: NestedCSSProperties)
open-jupyter/jupyterlab-main/packages/ui-components/src/style/icon.ts:395
↓ 9 callersMethod_findCell
* Find the cell index containing the target html element. * * #### Notes * Returns -1 if the cell is not found.
open-jupyter/jupyterlab-main/packages/notebook/src/widget.ts:2739
↓ 9 callersMethod_focusItem
* (Re-)focus an item in the directory listing. * * @param index The index of the item node to focus
open-jupyter/jupyterlab-main/packages/filebrowser/src/listing.ts:2391
↓ 9 callersFunction_get_param
Read first available key from params.
clawcode/clawcode/llm/tools/advanced.py:168
← previousnext →501–600 of 13,188, ranked by callers