Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepelementlab/jupyter-studio
/ functions
Functions
13,188 in github.com/deepelementlab/jupyter-studio
⨍
Functions
13,188
◇
Types & classes
3,578
↳
Endpoints
39
↓ 14 callers
Method
register
* Register the new feature (frontend capability) * for one or more code editor implementations.
open-jupyter/jupyterlab-main/packages/lsp/src/tokens.ts:527
↓ 14 callers
Method
restart
* Restart the debugger. * Precondition: isStarted
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:170
↓ 14 callers
Method
setDarkTheme
* Set JupyterLab theme to Dark
open-jupyter/jupyterlab-main/galata/src/helpers/theme.ts:15
↓ 14 callers
Method
setWidgetSize
* 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 callers
Function
startNew
* Start a new session with a unique name.
open-jupyter/jupyterlab-main/packages/services/test/session/isession.spec.ts:25
↓ 14 callers
Method
switchOn
* Enables the debugger toolbar item * * @param name Notebook name
open-jupyter/jupyterlab-main/galata/src/helpers/debuggerpanel.ts:40
↓ 13 callers
Method
_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 callers
Function
_json_dump
(payload: dict[str, Any])
clawcode/clawcode/llm/tools/cronjob.py:34
↓ 13 callers
Function
_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 callers
Function
_run
(cmd: list[str], *, cwd: Path | None = None)
clawcode/clawcode/plugin/fetch.py:23
↓ 13 callers
Function
_settings_for_tmp_with_closed_loop
(tmp_path: Path, **kwargs: object)
clawcode/tests/test_claw_closed_loop_tools.py:63
↓ 13 callers
Method
aclose
(self)
jupyter_studio_ai/jupyter_studio_ai/bridge.py:91
↓ 13 callers
Method
addGroup
* 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 callers
Method
addLanguage
* Register a new language for CodeMirror * * @param language Language to register
open-jupyter/jupyterlab-main/packages/codemirror/src/token.ts:310
↓ 13 callers
Method
addRenderer
* 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 callers
Function
apply_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 callers
Function
createModel
(data: JSONObject)
open-jupyter/jupyterlab-main/packages/metapackage/test/rendermime/registry.spec.ts:44
↓ 13 callers
Function
create_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 callers
Function
extract_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 callers
Function
findEditorView
()
open-jupyter/jupyterlab-main/packages/codemirror-extension/src/commands.ts:82
↓ 13 callers
Method
fire
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 callers
Function
flushPromises
()
open-jupyter/jupyterlab-main/packages/filebrowser/test/pathnavigator.spec.ts:10
↓ 13 callers
Function
getOption
(name: string)
open-jupyter/jupyterlab-main/packages/coreutils/src/pageconfig.ts:36
↓ 13 callers
Function
getStabilisedHeight
( page: IJupyterLabPageFixture, element: Locator )
open-jupyter/jupyterlab-main/galata/test/jupyterlab/console.test.ts:240
↓ 13 callers
Method
gettext
* 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 callers
Method
load
* 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 callers
Function
load_team_capsule
(settings: Settings, tecap_id: str)
clawcode/clawcode/learning/team_experience_store.py:42
↓ 13 callers
Function
makeSettings
( settings?: Partial<ServerConnection.ISettings> )
open-jupyter/jupyterlab-main/packages/services/test/utils.ts:19
↓ 13 callers
Method
once
* 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 callers
Method
publish
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 callers
Method
redo
* Redo one undone edit.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:433
↓ 13 callers
Function
registerKeybinding
( shortcutTarget: IShortcutTarget, keybinding: IKeybinding )
open-jupyter/jupyterlab-main/packages/shortcuts-extension/test/components/ShortcutUI.spec.ts:98
↓ 13 callers
Method
rename
* 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 callers
Function
render_awareness
Render the full Code Awareness panel content.
clawcode/clawcode/tui/code_awareness/render.py:243
↓ 13 callers
Method
save
* 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 callers
Method
save
* Save all of the plugin's user settings at once.
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:583
↓ 13 callers
Method
selectNext
* 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 callers
Method
sendStatus
* Send the status from the server to the client.
open-jupyter/jupyterlab-main/packages/services/test/utils.ts:304
↓ 13 callers
Method
set_status
( self, returncode: int | None = None, elapsed: float | None = None, timeout:
clawcode/clawcode/tui/components/chat/message_list.py:1134
↓ 13 callers
Method
typeset
* 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 callers
Method
undo
* Undo an operation.
open-jupyter/jupyterlab-main/packages/observables/src/undoablelist.ts:54
↓ 13 callers
Method
update
* Update a toast
open-jupyter/jupyterlab-main/packages/apputils-extension/src/notificationplugin.tsx:898
↓ 13 callers
Function
ybinding
(options: { ytext: Text; undoManager?: UndoManager; })
open-jupyter/jupyterlab-main/packages/codemirror/src/extensions/ybinding.ts:270
↓ 12 callers
Method
_clawteam_last_response_store
(self)
clawcode/clawcode/tui/screens/chat.py:3480
↓ 12 callers
Method
_entry_key
(content: str)
clawcode/clawcode/claw_memory/memory_store.py:363
↓ 12 callers
Function
_make_panel_without_textual_mount
Build panel instance without running ScrollableContainer __init__.
clawcode/tests/test_code_awareness.py:39
↓ 12 callers
Function
_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 callers
Method
_refresh_content
(self)
clawcode/clawcode/tui/code_awareness/widget.py:222
↓ 12 callers
Method
_sync_completion_panels
Update `/` or `@` suggestion panel (slash takes precedence).
clawcode/clawcode/tui/components/chat/input_area.py:797
↓ 12 callers
Method
add
* 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 callers
Method
addWidget
(widget: Widget, rank: number)
open-jupyter/jupyterlab-main/packages/notebook/src/notebooktools.ts:28
↓ 12 callers
Method
changeKernel
* 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 callers
Method
closeAll
* 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 callers
Function
condaEnvPathForCondaExePath
(condaPath: string)
open-jupyter/src/main/env.ts:153
↓ 12 callers
Function
createHandler
(config?: Record<string, any>)
open-jupyter/jupyterlab-main/packages/codemirror/test/extension.spec.ts:208
↓ 12 callers
Function
createMarkdownParser
( languages: IEditorLanguageRegistry, options?: IRenderOptions )
open-jupyter/jupyterlab-main/packages/markedparser-extension/src/index.ts:60
↓ 12 callers
Function
createNotebook
(page: IJupyterLabPageFixture)
open-jupyter/jupyterlab-main/galata/test/documentation/debugger.test.ts:425
↓ 12 callers
Method
cut
* Cut the selected items.
open-jupyter/jupyterlab-main/packages/filebrowser/src/listing.ts:387
↓ 12 callers
Method
disable
* @alpha * * Disable the language server services
open-jupyter/jupyterlab-main/packages/lsp/src/tokens.ts:140
↓ 12 callers
Function
getBundledPythonPath
()
open-jupyter/src/main/utils.ts:162
↓ 12 callers
Method
getCellTextInput
* 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 callers
Method
getContentPanelLocator
* 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 callers
Function
getFormGroup
* Return the formGroup DOM element after expanding the form.
open-jupyter/jupyterlab-main/galata/test/jupyterlab/metadataform.test.ts:82
↓ 12 callers
Method
getOffsetAt
* Find an offset for the given position.
open-jupyter/jupyterlab-main/packages/codemirror/src/editor.ts:246
↓ 12 callers
Method
insertBefore
* 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 callers
Method
interrupt
* 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 callers
Method
isTabOpen
* 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 callers
Method
isToggled
* Whether the menu item is toggled.
open-jupyter/jupyterlab-main/packages/ui-components/src/components/menu.ts:398
↓ 12 callers
Function
isWithinRange
( position: lsp.Position, range: lsp.Range )
open-jupyter/jupyterlab-main/packages/lsp/src/positioning.ts:113
↓ 12 callers
Function
is_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 callers
Method
label
()
open-jupyter/jupyterlab-main/packages/running-extension/src/opentabs.ts:113
↓ 12 callers
Method
load_markdown
(self, file_path: str)
clawcode/clawcode/llm/plan_store.py:236
↓ 12 callers
Function
load_plugin_state
(path: Path)
clawcode/clawcode/plugin/state.py:45
↓ 12 callers
Method
mark_file_modified
Mark a file as modified (highlighted in the tree).
clawcode/clawcode/tui/code_awareness/widget.py:60
↓ 12 callers
Function
notebookViewportRatio
( notebook: Locator, cell: Locator )
open-jupyter/jupyterlab-main/galata/test/jupyterlab/utils.ts:12
↓ 12 callers
Method
open
* 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 callers
Method
parse
(spec: string, specName: string)
open-jupyter/jupyterlab-main/packages/codemirror/test/mathparser.spec.ts:104
↓ 12 callers
Method
post
(self)
jupyter_studio_ai/jupyter_studio_ai/handlers/coder.py:63
↓ 12 callers
Method
registerProvider
* 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 callers
Method
replaceAllMatches
* 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 callers
Function
resolve_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 callers
Method
run
Run the sub-agent task. Returns: SubAgentResult with the task outcome
clawcode/llm/tools/advanced.py:135
↓ 12 callers
Method
selectItemByName
* 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 callers
Function
string_param
Create a string parameter schema. Args: description: Parameter description **kwargs: Additional schema properties Returns:
clawcode/llm/tools/base.py:311
↓ 12 callers
Method
toggle
* Toggle the collapse state of the panel.
open-jupyter/jupyterlab-main/packages/ui-components/src/components/collapser.ts:106
↓ 12 callers
Method
updateMetadata
* 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 callers
Method
_build_ssh_command
(self, extra_args: list[str] | None = None)
clawcode/clawcode/llm/tools/environments/ssh.py:54
↓ 11 callers
Method
_dismiss_smart_suggestions
Hide ghost text and suggestion panel.
clawcode/clawcode/tui/components/chat/input_area.py:575
↓ 11 callers
Method
_sync_hud_todos_from_plan
(self, plan_state: PlanSessionState | None)
clawcode/clawcode/tui/screens/chat.py:1116
↓ 11 callers
Method
_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 callers
Method
action_send_message
Send the current message (bound to Ctrl+S).
clawcode/clawcode/tui/screens/chat.py:4338
↓ 11 callers
Method
add
* Add a running item manager. * * @param manager - The running item manager. *
open-jupyter/jupyterlab-main/packages/running/src/index.tsx:137
↓ 11 callers
Method
addModelFactory
* 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 callers
Function
build
Build the JupyterLab application.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:515
↓ 11 callers
Function
build_check
Determine whether JupyterLab should be built. Returns a list of messages.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:582
↓ 11 callers
Function
classify_architecture_map
Return architecture mapping, preferring LLM and falling back to rules.
clawcode/clawcode/tui/code_awareness/classifier.py:306
↓ 11 callers
Function
classify_dir
Classify a directory name into an architectural layer.
clawcode/clawcode/tui/code_awareness/scanner.py:108
↓ 11 callers
Function
classify_path
Classify by relative path with heuristics and top-level fallback.
clawcode/clawcode/tui/code_awareness/scanner.py:114
↓ 11 callers
Function
close_database
Close the global database instance.
clawcode/clawcode/db/connection.py:218
↓ 11 callers
Method
context
* The CSV widget's context.
open-jupyter/jupyterlab-main/packages/csvviewer/src/widget.ts:299
← previous
next →
401–500 of 13,188, ranked by callers