MCPcopy Create free account

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

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

↓ 14 callersMethodregister
* Register the new feature (frontend capability) * for one or more code editor implementations.
open-jupyter/jupyterlab-main/packages/lsp/src/tokens.ts:527
↓ 14 callersMethodrestart
* Restart the debugger. * Precondition: isStarted
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:170
↓ 14 callersMethodsetDarkTheme
* Set JupyterLab theme to Dark
open-jupyter/jupyterlab-main/galata/src/helpers/theme.ts:15
↓ 14 callersMethodsetWidgetSize
* Update item sizes. * * This should be called when the real item sizes has been * measured. * * @param sizes New sizes per i
open-jupyter/jupyterlab-main/packages/ui-components/src/components/windowedlist.ts:2105
↓ 14 callersFunctionstartNew
* Start a new session with a unique name.
open-jupyter/jupyterlab-main/packages/services/test/session/isession.spec.ts:25
↓ 14 callersMethodswitchOn
* Enables the debugger toolbar item * * @param name Notebook name
open-jupyter/jupyterlab-main/galata/src/helpers/debuggerpanel.ts:40
↓ 13 callersMethod_get_chat_screen
Return ChatScreen if present anywhere on the stack (works under modals). Avoid ``self.screen``: it raises ScreenStackError when the stack is
clawcode/clawcode/tui/app.py:663
↓ 13 callersFunction_json_dump
(payload: dict[str, Any])
clawcode/clawcode/llm/tools/cronjob.py:34
↓ 13 callersFunction_powershell_command_for_cmd_exe
Wrap PowerShell ``-Command`` for ``cmd.exe``; double embedded ``"`` per cmd quoting rules.
clawcode/clawcode/llm/tools/shell_compat.py:181
↓ 13 callersFunction_run
(cmd: list[str], *, cwd: Path | None = None)
clawcode/clawcode/plugin/fetch.py:23
↓ 13 callersFunction_settings_for_tmp_with_closed_loop
(tmp_path: Path, **kwargs: object)
clawcode/tests/test_claw_closed_loop_tools.py:63
↓ 13 callersMethodaclose
(self)
jupyter_studio_ai/jupyter_studio_ai/bridge.py:91
↓ 13 callersMethodaddGroup
* Add a group of menu items specific to a particular * plugin. * * The rank can be set for all items in the group using the * function arg
open-jupyter/jupyterlab-main/packages/ui-components/src/components/menu.ts:40
↓ 13 callersMethodaddLanguage
* Register a new language for CodeMirror * * @param language Language to register
open-jupyter/jupyterlab-main/packages/codemirror/src/token.ts:310
↓ 13 callersMethodaddRenderer
* Adds a renderer for a given property of a given settings plugin. * * The id must follow that structure `<ISettingRegistry.IPlugin.id>.<propert
open-jupyter/jupyterlab-main/packages/ui-components/src/FormRendererRegistry.tsx:20
↓ 13 callersFunctionapply_chrome_to_modal
Apply the current display-mode chrome to a ModalScreen on mount. Call this from ``on_mount`` of any ModalScreen / dialog that should respect
clawcode/clawcode/tui/styles/display_mode_styles.py:640
↓ 13 callersFunctioncreateModel
(data: JSONObject)
open-jupyter/jupyterlab-main/packages/metapackage/test/rendermime/registry.spec.ts:44
↓ 13 callersFunctioncreate_environment
Instantiate a backend. ``env_type`` defaults to ``CLAWCODE_TERMINAL_ENV`` or ``"local"``. For ``local`` only: ``persistent`` defaults from `
clawcode/clawcode/llm/tools/environments/factory.py:187
↓ 13 callersFunctionextract_section_internal
Extract the text after a heading at a given level, up to the next heading of same or higher level.
clawcode/clawcode/llm/tools/performance/core/engine/src/gsd_parser.rs:322
↓ 13 callersFunctionfindEditorView
()
open-jupyter/jupyterlab-main/packages/codemirror-extension/src/commands.ts:82
↓ 13 callersMethodfire
Fire a hook event and return collected decisions. Returns: A list of HookDecision objects extracted from hook outputs.
clawcode/clawcode/plugin/hooks.py:118
↓ 13 callersFunctionflushPromises
()
open-jupyter/jupyterlab-main/packages/filebrowser/test/pathnavigator.spec.ts:10
↓ 13 callersFunctiongetOption
(name: string)
open-jupyter/jupyterlab-main/packages/coreutils/src/pageconfig.ts:36
↓ 13 callersFunctiongetStabilisedHeight
( page: IJupyterLabPageFixture, element: Locator )
open-jupyter/jupyterlab-main/galata/test/jupyterlab/console.test.ts:240
↓ 13 callersMethodgettext
* Translate a singular string with extra interpolation values. * * @param msgid - The singular string to translate. * @param args - Any addit
open-jupyter/jupyterlab-main/packages/translation/src/gettext.ts:386
↓ 13 callersMethodload
* Load translation bundles for a given domain. * * @param domain The translation domain to use for translations. * * @returns The
open-jupyter/jupyterlab-main/packages/rendermime-interfaces/src/index.ts:756
↓ 13 callersFunctionload_team_capsule
(settings: Settings, tecap_id: str)
clawcode/clawcode/learning/team_experience_store.py:42
↓ 13 callersFunctionmakeSettings
( settings?: Partial<ServerConnection.ISettings> )
open-jupyter/jupyterlab-main/packages/services/test/utils.ts:19
↓ 13 callersMethodonce
* Connect a listener to the next new Jupyter dialog event. * * @param event Event type * @param listener Event listener
open-jupyter/jupyterlab-main/galata/extension/src/tokens.ts:209
↓ 13 callersMethodpublish
Publish an event to all subscribers. Args: event_type: The type of event payload: The event payload Returns:
clawcode/clawcode/core/pubsub.py:147
↓ 13 callersMethodredo
* Redo one undone edit.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:433
↓ 13 callersFunctionregisterKeybinding
( shortcutTarget: IShortcutTarget, keybinding: IKeybinding )
open-jupyter/jupyterlab-main/packages/shortcuts-extension/test/components/ShortcutUI.spec.ts:98
↓ 13 callersMethodrename
* Rename a file or directory. * * @param oldLocalPath - The original file path. * * @param newLocalPath - The new file path.
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:613
↓ 13 callersFunctionrender_awareness
Render the full Code Awareness panel content.
clawcode/clawcode/tui/code_awareness/render.py:243
↓ 13 callersMethodsave
* Save a value using the data connector. * * @param id - The identifier for the data being saved. * * @param value - The data being saved.
open-jupyter/jupyterlab-main/packages/statedb/src/interfaces.ts:87
↓ 13 callersMethodsave
* Save all of the plugin's user settings at once.
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:583
↓ 13 callersMethodselectNext
* Select next item. * * @param keepExisting - Whether to keep the current selection and add to it.
open-jupyter/jupyterlab-main/packages/filebrowser/src/listing.ts:683
↓ 13 callersMethodsendStatus
* Send the status from the server to the client.
open-jupyter/jupyterlab-main/packages/services/test/utils.ts:304
↓ 13 callersMethodset_status
( self, returncode: int | None = None, elapsed: float | None = None, timeout:
clawcode/clawcode/tui/components/chat/message_list.py:1134
↓ 13 callersMethodtypeset
* Typeset a DOM element. * * @param element - the DOM element to typeset. The typesetting may * happen synchronously or asynchronousl
open-jupyter/jupyterlab-main/packages/rendermime-interfaces/src/index.ts:585
↓ 13 callersMethodundo
* Undo an operation.
open-jupyter/jupyterlab-main/packages/observables/src/undoablelist.ts:54
↓ 13 callersMethodupdate
* Update a toast
open-jupyter/jupyterlab-main/packages/apputils-extension/src/notificationplugin.tsx:898
↓ 13 callersFunctionybinding
(options: { ytext: Text; undoManager?: UndoManager; })
open-jupyter/jupyterlab-main/packages/codemirror/src/extensions/ybinding.ts:270
↓ 12 callersMethod_clawteam_last_response_store
(self)
clawcode/clawcode/tui/screens/chat.py:3480
↓ 12 callersMethod_entry_key
(content: str)
clawcode/clawcode/claw_memory/memory_store.py:363
↓ 12 callersFunction_make_panel_without_textual_mount
Build panel instance without running ScrollableContainer __init__.
clawcode/tests/test_code_awareness.py:39
↓ 12 callersFunction_persisted_tool_result_dict
Shape stored on TOOL messages; replay can rebuild assistant ``tool_calls`` for strict APIs.
clawcode/clawcode/llm/agent.py:361
↓ 12 callersMethod_refresh_content
(self)
clawcode/clawcode/tui/code_awareness/widget.py:222
↓ 12 callersMethod_sync_completion_panels
Update `/` or `@` suggestion panel (slash takes precedence).
clawcode/clawcode/tui/components/chat/input_area.py:797
↓ 12 callersMethodadd
* Adds a table of contents factory to the registry. * * @param factory - table of contents factory
open-jupyter/jupyterlab-main/packages/toc/src/tokens.ts:38
↓ 12 callersMethodaddWidget
(widget: Widget, rank: number)
open-jupyter/jupyterlab-main/packages/notebook/src/notebooktools.ts:28
↓ 12 callersMethodchangeKernel
* Change the kernel associated with the session. * * @param options The optional kernel model parameters to use for the new kernel. * * @r
open-jupyter/jupyterlab-main/packages/apputils/src/sessioncontext.tsx:245
↓ 12 callersMethodcloseAll
* Close all of the open documents. * * @returns A promise resolving when the widgets are closed.
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:214
↓ 12 callersFunctioncondaEnvPathForCondaExePath
(condaPath: string)
open-jupyter/src/main/env.ts:153
↓ 12 callersFunctioncreateHandler
(config?: Record<string, any>)
open-jupyter/jupyterlab-main/packages/codemirror/test/extension.spec.ts:208
↓ 12 callersFunctioncreateMarkdownParser
( languages: IEditorLanguageRegistry, options?: IRenderOptions )
open-jupyter/jupyterlab-main/packages/markedparser-extension/src/index.ts:60
↓ 12 callersFunctioncreateNotebook
(page: IJupyterLabPageFixture)
open-jupyter/jupyterlab-main/galata/test/documentation/debugger.test.ts:425
↓ 12 callersMethodcut
* Cut the selected items.
open-jupyter/jupyterlab-main/packages/filebrowser/src/listing.ts:387
↓ 12 callersMethoddisable
* @alpha * * Disable the language server services
open-jupyter/jupyterlab-main/packages/lsp/src/tokens.ts:140
↓ 12 callersFunctiongetBundledPythonPath
()
open-jupyter/src/main/utils.ts:162
↓ 12 callersMethodgetCellTextInput
* Get the content of the cell input * * @param cellIndex Cell index * @returns the code input
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:703
↓ 12 callersMethodgetContentPanelLocator
* Get the locator on a sidebar content panel * * @param side Position * @returns Panel handle
open-jupyter/jupyterlab-main/galata/src/helpers/sidebar.ts:236
↓ 12 callersFunctiongetFormGroup
* Return the formGroup DOM element after expanding the form.
open-jupyter/jupyterlab-main/galata/test/jupyterlab/metadataform.test.ts:82
↓ 12 callersMethodgetOffsetAt
* Find an offset for the given position.
open-jupyter/jupyterlab-main/packages/codemirror/src/editor.ts:246
↓ 12 callersMethodinsertBefore
* Insert an item into the toolbar at the before a target item. * * @param at - The target item to insert before. * * @param name - The nam
open-jupyter/jupyterlab-main/packages/ui-components/src/components/toolbar.tsx:295
↓ 12 callersMethodinterrupt
* Interrupt a kernel. * * @param id - The id of the kernel to interrupt. * * @returns A promise that resolves when the kernel is interrupt
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:1119
↓ 12 callersMethodisTabOpen
* Whether a given tab is opened or not * * @param id Tab id * @returns Tab opened status
open-jupyter/jupyterlab-main/galata/src/helpers/sidebar.ts:36
↓ 12 callersMethodisToggled
* Whether the menu item is toggled.
open-jupyter/jupyterlab-main/packages/ui-components/src/components/menu.ts:398
↓ 12 callersFunctionisWithinRange
( position: lsp.Position, range: lsp.Range )
open-jupyter/jupyterlab-main/packages/lsp/src/positioning.ts:113
↓ 12 callersFunctionis_interrupted
Return True if the active run should be cancelled (e.g. user sent a new message).
clawcode/clawcode/llm/tools/environments/interrupt.py:20
↓ 12 callersMethodlabel
()
open-jupyter/jupyterlab-main/packages/running-extension/src/opentabs.ts:113
↓ 12 callersMethodload_markdown
(self, file_path: str)
clawcode/clawcode/llm/plan_store.py:236
↓ 12 callersFunctionload_plugin_state
(path: Path)
clawcode/clawcode/plugin/state.py:45
↓ 12 callersMethodmark_file_modified
Mark a file as modified (highlighted in the tree).
clawcode/clawcode/tui/code_awareness/widget.py:60
↓ 12 callersFunctionnotebookViewportRatio
( notebook: Locator, cell: Locator )
open-jupyter/jupyterlab-main/galata/test/jupyterlab/utils.ts:12
↓ 12 callersMethodopen
* Open a file and return the widget used to view it. * * @param path - The file path to open. * * @param widgetName - The name of the widg
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:330
↓ 12 callersMethodparse
(spec: string, specName: string)
open-jupyter/jupyterlab-main/packages/codemirror/test/mathparser.spec.ts:104
↓ 12 callersMethodpost
(self)
jupyter_studio_ai/jupyter_studio_ai/handlers/coder.py:63
↓ 12 callersMethodregisterProvider
* Register a completer provider with the manager. * * @param {ICompletionProvider} provider - the provider to be registered.
open-jupyter/jupyterlab-main/packages/completer/src/tokens.ts:353
↓ 12 callersMethodreplaceAllMatches
* Replace all matches in the widget with the provided text * * @param newText The replacement text. * * @returns A promise that resolves w
open-jupyter/jupyterlab-main/packages/documentsearch/src/tokens.ts:317
↓ 12 callersFunctionresolve_tool_path
Resolve a possibly-stale file path to an existing location. Shared by all file-touching tools (view, write, edit, patch, etc.) so that paths
clawcode/clawcode/llm/tools/file_ops.py:61
↓ 12 callersMethodrun
Run the sub-agent task. Returns: SubAgentResult with the task outcome
clawcode/llm/tools/advanced.py:135
↓ 12 callersMethodselectItemByName
* Select an item by name. * * @param name - The name of the item to select. * @param focus - Whether to move focus to the selected item. *
open-jupyter/jupyterlab-main/packages/filebrowser/src/listing.ts:841
↓ 12 callersFunctionstring_param
Create a string parameter schema. Args: description: Parameter description **kwargs: Additional schema properties Returns:
clawcode/llm/tools/base.py:311
↓ 12 callersMethodtoggle
* Toggle the collapse state of the panel.
open-jupyter/jupyterlab-main/packages/ui-components/src/components/collapser.ts:106
↓ 12 callersMethodupdateMetadata
* Update the metadata of the current cell or notebook. * * @param formData the cell metadata set in the form. * @param reload whether t
open-jupyter/jupyterlab-main/packages/metadataform/src/token.ts:191
↓ 11 callersMethod_build_ssh_command
(self, extra_args: list[str] | None = None)
clawcode/clawcode/llm/tools/environments/ssh.py:54
↓ 11 callersMethod_dismiss_smart_suggestions
Hide ghost text and suggestion panel.
clawcode/clawcode/tui/components/chat/input_area.py:575
↓ 11 callersMethod_sync_hud_todos_from_plan
(self, plan_state: PlanSessionState | None)
clawcode/clawcode/tui/screens/chat.py:1116
↓ 11 callersMethod_update_status_bars
Update top and bottom status bars (CSS decides which is visible). When ``refresh_hud`` is False, only the classic top bar is refreshed — used
clawcode/clawcode/tui/screens/chat.py:1871
↓ 11 callersMethodaction_send_message
Send the current message (bound to Ctrl+S).
clawcode/clawcode/tui/screens/chat.py:4338
↓ 11 callersMethodadd
* Add a running item manager. * * @param manager - The running item manager. *
open-jupyter/jupyterlab-main/packages/running/src/index.tsx:137
↓ 11 callersMethodaddModelFactory
* Add a model factory to the registry. * * @param factory - The factory instance. * * @returns A disposable which will unregister the fact
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:207
↓ 11 callersFunctionbuild
Build the JupyterLab application.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:515
↓ 11 callersFunctionbuild_check
Determine whether JupyterLab should be built. Returns a list of messages.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:582
↓ 11 callersFunctionclassify_architecture_map
Return architecture mapping, preferring LLM and falling back to rules.
clawcode/clawcode/tui/code_awareness/classifier.py:306
↓ 11 callersFunctionclassify_dir
Classify a directory name into an architectural layer.
clawcode/clawcode/tui/code_awareness/scanner.py:108
↓ 11 callersFunctionclassify_path
Classify by relative path with heuristics and top-level fallback.
clawcode/clawcode/tui/code_awareness/scanner.py:114
↓ 11 callersFunctionclose_database
Close the global database instance.
clawcode/clawcode/db/connection.py:218
↓ 11 callersMethodcontext
* The CSV widget's context.
open-jupyter/jupyterlab-main/packages/csvviewer/src/widget.ts:299
← previousnext →401–500 of 13,188, ranked by callers