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
↓ 18 callers
Method
addExtension
* Add a default editor extension * * @template T Extension parameter type * @param factory Extension factory
open-jupyter/jupyterlab-main/packages/codemirror/src/token.ts:217
↓ 18 callers
Method
addRecent
* Add a new path to the recent list.
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:428
↓ 18 callers
Method
call
Make a request to the server and wait for the response. Args: method: The method name. params: The request p
clawcode/clawcode/lsp/client.py:416
↓ 18 callers
Method
children
()
open-jupyter/jupyterlab-main/packages/running-extension/src/kernels.tsx:432
↓ 18 callers
Function
create_subagent_tool
Backward-compatible alias; returns the same Agent tool.
clawcode/clawcode/llm/tools/subagent.py:1187
↓ 18 callers
Method
defaultWidgetFactory
* Get the default widget factory for a path. * * @param path - An optional file path to filter the results. * * @returns The default widge
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:484
↓ 18 callers
Method
get
* Get an individual setting. * * @param key - The name of the setting being retrieved. * * @returns The setting value.
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:563
↓ 18 callers
Method
getBaseUrl
* Getter for JupyterLab base URL
open-jupyter/jupyterlab-main/galata/src/jupyterlabpage.ts:114
↓ 18 callers
Method
getOption
* Get a config option for the editor.
open-jupyter/jupyterlab-main/packages/codemirror/src/token.ts:67
↓ 18 callers
Method
hasStoppedThreads
* Whether there exist a thread in stopped state.
open-jupyter/jupyterlab-main/packages/debugger/src/tokens.ts:113
↓ 18 callers
Function
inputEl
(navigator: PathNavigator)
open-jupyter/jupyterlab-main/packages/filebrowser/test/pathnavigator.spec.ts:89
↓ 18 callers
Method
isEnabled
* Whether this command is enabled for a given widget * @param widget Widget
open-jupyter/jupyterlab-main/packages/apputils/src/semanticCommand.ts:20
↓ 18 callers
Method
openTab
* Open a given tab * * @param id Tab id
open-jupyter/jupyterlab-main/galata/src/helpers/sidebar.ts:202
↓ 18 callers
Method
rename
* Rename the document.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:979
↓ 18 callers
Method
replaceCurrentMatch
* Replace the currently selected match with the provided text * and highlight the next match. * * @param newText The replacement text * @p
open-jupyter/jupyterlab-main/packages/documentsearch/src/tokens.ts:304
↓ 18 callers
Method
scrollToItem
* Scroll to the specified item. * * By default, the list will scroll as little as possible to ensure the item is fully visible (`auto`). * Yo
open-jupyter/jupyterlab-main/packages/ui-components/src/components/windowedlist.ts:1088
↓ 18 callers
Function
to_u16
(s: &str)
clawcode/clawcode/llm/tools/performance/core/engine/src/text.rs:1431
↓ 17 callers
Method
_render_spec_reply
Render a reply message for /spec commands.
clawcode/clawcode/tui/screens/chat.py:682
↓ 17 callers
Method
clickToolbarItem
* Click on a notebook toolbar item * * @param itemId Toolbar item id * @param notebookName Notebook name * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:259
↓ 17 callers
Method
complete
Create a complete event.
clawcode/clawcode/llm/base.py:121
↓ 17 callers
Method
createDirectory
* Create a directory * * @param dirPath Directory path * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/contents.ts:108
↓ 17 callers
Method
deref
(&self)
clawcode/clawcode/llm/tools/performance/core/engine/src/fs_cache.rs:116
↓ 17 callers
Method
getFileTypeForModel
* Get the best file type given a contents model. * * @param model - The contents model of interest. * * @returns The best matching file ty
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:669
↓ 17 callers
Function
getItemTitles
(dirListing: DirListing)
open-jupyter/jupyterlab-main/packages/filebrowser/test/listing.spec.ts:43
↓ 17 callers
Method
getMetadata
* Get a metadata * * ### Notes * This returns a copy of the key value. * * @param key Metadata key
open-jupyter/jupyterlab-main/packages/notebook/src/model.ts:83
↓ 17 callers
Method
getOpenMenuLocator
* Get the locator to the last opened menu * * @returns Handle to the opened menu
open-jupyter/jupyterlab-main/galata/src/helpers/menu.ts:276
↓ 17 callers
Method
getPositionAt
* Find a position for the given offset. * * @param offset - The offset of interest. * * @returns The position at the offset, clamp
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:423
↓ 17 callers
Method
hasFocus
* Test whether the editor has keyboard focus.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:448
↓ 17 callers
Method
registerSyncEventHandler
( eventType: EventTypeMain, handler: SyncEventHandlerMain )
open-jupyter/src/main/eventmanager.ts:31
↓ 17 callers
Method
run
(self, call: ToolCall, context: ToolContext)
clawcode/clawcode/claw_skills/skill_tools.py:52
↓ 17 callers
Method
text
Create a text response. Args: content: Response content Returns: ToolResponse instance
clawcode/llm/tools/base.py:91
↓ 17 callers
Method
timestamp
* Date & time when output is logged.
open-jupyter/jupyterlab-main/packages/logconsole/src/widget.ts:49
↓ 16 callers
Method
_clawteam_loop_store
(self)
clawcode/clawcode/tui/screens/chat.py:3477
↓ 16 callers
Function
_test_overlap
Test whether two version specs overlap. Returns `None` if we cannot determine compatibility, otherwise whether there is an overlap
open-jupyter/jupyterlab-main/jupyterlab/commands.py:2305
↓ 16 callers
Function
_web_secret
Read secret from env first, then from ``settings.web``.
clawcode/clawcode/llm/tools/browser/web_utils.py:73
↓ 16 callers
Method
blur
* Explicitly blur the editor.
open-jupyter/jupyterlab-main/packages/codeeditor/src/editor.ts:453
↓ 16 callers
Method
content_delta
Create a content delta event. Args: content: Content delta Returns: Content delta event
clawcode/clawcode/llm/agent.py:114
↓ 16 callers
Function
createConditionalExtension
( truthy: Extension, falsy: Extension = [] )
open-jupyter/jupyterlab-main/packages/codemirror/src/extension.ts:583
↓ 16 callers
Function
createSessionContext
( options: Partial<SessionContext.IOptions> = {} )
open-jupyter/jupyterlab-main/packages/apputils/src/testutils.ts:13
↓ 16 callers
Function
createToolbarFactory
( toolbarRegistry: IToolbarWidgetRegistry, settingsRegistry: ISettingRegistry, factoryName: string, pl
open-jupyter/jupyterlab-main/packages/apputils/src/toolbar/factory.ts:251
↓ 16 callers
Function
createWidget
()
open-jupyter/jupyterlab-main/packages/notebook/test/widget.spec.ts:63
↓ 16 callers
Method
cycle
* Switch to next or previous completion of inline completer. * @experimental * * @param id - the id of notebook panel, console panel or code
open-jupyter/jupyterlab-main/packages/completer/src/tokens.ts:430
↓ 16 callers
Method
deleteMetadata
* Delete a metadata. * * @param key Metadata key
open-jupyter/jupyterlab-main/packages/cells/src/model.ts:99
↓ 16 callers
Method
done
* Used for controlled progress bar.
open-jupyter/jupyterlab-main/packages/apputils-extension/src/notificationplugin.tsx:902
↓ 16 callers
Method
from_dict
Create a Tool from a dictionary. Args: data: Dictionary with tool data Returns: Tool instance
clawcode/clawcode/mcp/types.py:135
↓ 16 callers
Method
get
* Fetch all of the kernel specs. * * @returns A promise that resolves with the kernel specs. * * #### Notes * Uses the Jupyter Server A
open-jupyter/jupyterlab-main/packages/services/src/kernelspec/kernelspec.ts:60
↓ 16 callers
Function
getCurrent
(args: ReadonlyPartialJSONObject)
open-jupyter/jupyterlab-main/packages/console-extension/src/index.ts:822
↓ 16 callers
Method
getPanelLocator
* Get a panel locator * * @param name Activity name * @returns Panel locator or null
open-jupyter/jupyterlab-main/galata/src/helpers/activity.ts:153
↓ 16 callers
Function
getSubshellIds
( kernel: Kernel.IKernelConnection )
open-jupyter/jupyterlab-main/packages/services/test/kernel/comm.spec.ts:753
↓ 16 callers
Method
handleTextChange
* Handle a source change.
open-jupyter/jupyterlab-main/packages/completer/src/inline.ts:714
↓ 16 callers
Function
load_settings
Load settings from all sources. Args: working_directory: Override the working directory debug: Enable debug mode Returns:
clawcode/clawcode/config/settings.py:912
↓ 16 callers
Method
openDirectory
* Open a given directory in the file browser * * @param dirPath Directory path * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/helpers/filebrowser.ts:172
↓ 16 callers
Method
preferredWidgetFactories
* Get a list of the preferred widget factories. * * @param path - The file path to filter the results. * * @returns A new array of widget
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:368
↓ 16 callers
Function
removeMath
(text: string)
open-jupyter/jupyterlab-main/packages/rendermime/src/latex.ts:26
↓ 16 callers
Function
save_team_capsule
(settings: Settings, capsule: TeamExperienceCapsule)
clawcode/clawcode/learning/team_experience_store.py:28
↓ 16 callers
Function
selected
(nb: Notebook)
open-jupyter/jupyterlab-main/packages/notebook/test/widget.spec.ts:159
↓ 16 callers
Method
shutdown
* Kill the kernel and shutdown the session. * * @returns A promise that resolves when the session is shut down.
open-jupyter/jupyterlab-main/packages/apputils/src/sessioncontext.tsx:236
↓ 15 callers
Function
_ps_escape_single
(path: str)
clawcode/clawcode/llm/tools/shell_compat.py:177
↓ 15 callers
Method
_showProgressView
( title: string, detail?: string, showAnimation?: boolean )
open-jupyter/src/main/sessionwindow/sessionwindow.ts:359
↓ 15 callers
Method
add_user_message
Add a user message. Args: content: Message content attachments: Optional list of attachment file names
clawcode/clawcode/tui/components/chat/message_list.py:367
↓ 15 callers
Method
build
Build the application.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:721
↓ 15 callers
Function
copy
(notebook: Notebook)
open-jupyter/jupyterlab-main/packages/notebook/src/actions.tsx:1313
↓ 15 callers
Method
default
* Calculate the default value of a setting by iterating through the schema. * * @param key - The name of the setting whose default value is
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:554
↓ 15 callers
Method
deleteCells
* Delete selected cells * * @returns Action success status
open-jupyter/jupyterlab-main/galata/src/helpers/notebook.ts:1215
↓ 15 callers
Method
execute
(self, command: str, timeout: int = 10)
clawcode/tests/test_process_registry.py:77
↓ 15 callers
Method
getFileTypesForPath
* Get the file types that match a file name. * * @param path - The path of the file. * * @returns An ordered list of matching file types.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:717
↓ 15 callers
Method
get_input_dict
Get input as dictionary. Returns: Input parameters as dictionary
clawcode/llm/tools/base.py:61
↓ 15 callers
Method
isAnyOpen
* Whether any menus are opened or not * * @returns Opened menus status
open-jupyter/jupyterlab-main/galata/src/helpers/menu.ts:185
↓ 15 callers
Method
isVisible
* Whether the status bar is visible or not * * @returns Visibility status
open-jupyter/jupyterlab-main/galata/src/helpers/statusbar.ts:21
↓ 15 callers
Method
names
* Get an iterator over the ordered toolbar item names. * * @returns An iterator over the toolbar item names.
open-jupyter/jupyterlab-main/packages/ui-components/src/components/toolbar.tsx:199
↓ 15 callers
Method
onMessage
* Register the message callback with the websocket server.
open-jupyter/jupyterlab-main/packages/services/test/utils.ts:513
↓ 15 callers
Method
paste
* Paste text into terminal.
open-jupyter/jupyterlab-main/packages/terminal/src/tokens.ts:61
↓ 15 callers
Function
prefix
* Returns a documentation string with a comment prefix added on every line.
open-jupyter/jupyterlab-main/packages/settingregistry/src/settingregistry.ts:1490
↓ 15 callers
Function
resolve_plugin_paths
Compute plugin directories from ``settings.plugins``.
clawcode/clawcode/plugin/paths.py:23
↓ 15 callers
Function
returnInvalid
(message: string)
open-jupyter/src/main/env.ts:276
↓ 15 callers
Method
revert
* Revert the document contents to disk contents.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:999
↓ 15 callers
Method
run
(self, call, context: ToolContext)
clawcode/tests/test_subagent.py:59
↓ 15 callers
Method
run
(self, call: ToolCall, context: ToolContext)
clawcode/clawcode/llm/tools/browser/browser_tools.py:218
↓ 15 callers
Method
toJSON
* Serialize the model to JSON.
open-jupyter/jupyterlab-main/packages/outputarea/src/model.ts:97
↓ 15 callers
Method
tool_result
Create a tool result event. Args: tool_name: Tool name result: Tool result is_error: Whether result is an
clawcode/clawcode/llm/agent.py:157
↓ 15 callers
Method
transform
* Register a plugin transform function to act on a specific plugin. * * @param plugin - The name of the plugin whose settings are transformed.
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:162
↓ 15 callers
Method
upload
* Upload a plugin's settings. * * @param plugin - The name of the plugin whose settings are being set. * * @param raw - The raw plugin set
open-jupyter/jupyterlab-main/packages/settingregistry/src/tokens.ts:178
↓ 14 callers
Method
_driveForPath
* Given a path, get the `IDrive to which it refers, * where the path satisfies the pattern * `'driveName:path/to/file'`. If there is no `driveNa
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:1127
↓ 14 callers
Function
_keyword_tokens
(keyword: str)
clawcode/clawcode/tui/ui_style.py:245
↓ 14 callers
Method
_onLayoutModified
* Handle a change to the layout.
open-jupyter/jupyterlab-main/packages/application/src/shell.ts:1776
↓ 14 callers
Function
_run_browser_command
Run an agent-browser CLI command using our pre-created Browserbase session. Args: task_id: Task identifier to get the right sess
clawcode/clawcode/llm/tools/browser/browser_utils.py:637
↓ 14 callers
Method
clear
* Clear all of the output. * * @param wait - Delay clearing the output until the next message is added.
open-jupyter/jupyterlab-main/packages/outputarea/src/model.ts:84
↓ 14 callers
Method
createCheckpoint
* Create a checkpoint for a file. * * @param localPath - The path of the file. * * @returns A promise which resolves with the new
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:650
↓ 14 callers
Method
dispose
* Dispose of the resources used by the output model.
open-jupyter/jupyterlab-main/packages/rendermime/src/outputmodel.ts:56
↓ 14 callers
Method
find
* Find the first instance in the tracker that satisfies a filter function. * * @param fn The filter function to call on each instance. * *
open-jupyter/jupyterlab-main/packages/apputils/src/widgettracker.ts:71
↓ 14 callers
Method
getFileType
* Get a file type by name.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:614
↓ 14 callers
Method
getSelection
* Get selected text from terminal.
open-jupyter/jupyterlab-main/packages/terminal/src/tokens.ts:66
↓ 14 callers
Method
listCheckpoints
* List available checkpoints for a file. * * @param localPath - The path of the file. * * @returns A promise which resolves with a
open-jupyter/jupyterlab-main/packages/services/src/contents/index.ts:660
↓ 14 callers
Method
list_by_session
List messages in a session. Args: session_id: Session ID limit: Maximum number of messages offset: Offset
clawcode/clawcode/message/service.py:643
↓ 14 callers
Function
makeNavigator
( overrides: { path?: string; getResult?: Array<{ name: string; type: string }>; } = {} )
open-jupyter/jupyterlab-main/packages/filebrowser/test/pathnavigator.spec.ts:65
↓ 14 callers
Function
plugin_skill_autocomplete_entries
Return (name, description) rows for `/` UI autocomplete from loaded plugin skills. Mirrors skills shown in the system prompt; skips ``disable_mod
clawcode/clawcode/plugin/slash.py:26
↓ 14 callers
Method
preferredMimeType
* Find the preferred mime type for a mime bundle. * * @param bundle - The bundle of mime data. * * @param safe - How to consider safe/unsa
open-jupyter/jupyterlab-main/packages/rendermime/src/tokens.ts:70
↓ 14 callers
Method
pushAll
* Push a set of values to the back of the list. * * @param values - An iterable set of values to add. * * @returns The new length of the l
open-jupyter/jupyterlab-main/packages/observables/src/observablelist.ts:143
↓ 14 callers
Function
randomName
* Generate a random config section name. * * #### Notes * Config sections cannot have dashes (see * https://github.com/jupyter/notebook/blob/b2edf
open-jupyter/jupyterlab-main/packages/services/test/config/config.spec.ts:18
↓ 14 callers
Method
record_post
( tool_name: str, context: Any, tool_input: dict[str, Any], tool_output: dict[
clawcode/clawcode/deepnote/observer.py:31
← previous
next →
301–400 of 13,188, ranked by callers