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
↓ 6 callers
Method
expand
* Expand the sidebar. * * #### Notes * This will open the most recently used tab, or the first tab * if there is no most recently
open-jupyter/jupyterlab-main/packages/application/src/shell.ts:2059
↓ 6 callers
Method
extract
(self, text: str, *, max_facts: int = 8)
clawcode/clawcode/research/memory/updater.py:14
↓ 6 callers
Function
failure_hints
Return an extra hint paragraph for failed invocations, or None.
clawcode/clawcode/llm/tools/shell_compat.py:869
↓ 6 callers
Function
for_each_grapheme_u16_slow
(segment: &[u16], tab_width: usize, mut f: F)
clawcode/clawcode/llm/tools/performance/core/engine/src/text.rs:413
↓ 6 callers
Function
format_hud_session_duration
Session-line timer label (<1m / Nm / Nh Mm).
clawcode/clawcode/tui/hud/render.py:107
↓ 6 callers
Function
fuzzy_subsequence_score
Scores a query as a subsequence of `target`. Returns 0 if not a subsequence.
clawcode/clawcode/llm/tools/performance/core/engine/src/fd.rs:70
↓ 6 callers
Function
generate_diff_impl
(old_content: &str, new_content: &str, context_lines: usize)
clawcode/clawcode/llm/tools/performance/core/engine/src/diff.rs:151
↓ 6 callers
Function
getGhostTextContent
()
open-jupyter/jupyterlab-main/packages/completer/test/inline.spec.ts:411
↓ 6 callers
Method
getLanguage
* Load a CodeMirror language specified by name or Codemirror spec. * * @param language - The language to ensure. If it is a string, uses {@link
open-jupyter/jupyterlab-main/packages/codemirror/src/token.ts:364
↓ 6 callers
Method
getMimeTypeByLanguage
* Get a mime type for the given language info. * * @param info - The language information. * * @returns A valid mimetype. * * #### N
open-jupyter/jupyterlab-main/packages/codeeditor/src/mimetype.ts:22
↓ 6 callers
Method
getPositionAt
* Find a position for the given offset.
open-jupyter/jupyterlab-main/packages/codemirror/src/editor.ts:254
↓ 6 callers
Method
getSelectionState
* Is there one or more objects selected? * * The selection can be made of one or more lines, notebook cells, or other * objects (e.g. spreads
open-jupyter/jupyterlab-main/packages/documentsearch/src/tokens.ts:395
↓ 6 callers
Method
get_client
Get an LSP client by name. Args: name: The server name. Returns: The LSP client or None if not runn
clawcode/clawcode/lsp/manager.py:372
↓ 6 callers
Function
get_logger
Get a structured logger. Args: name: Logger name (uses module name if None) Returns: Structured logger instance
clawcode/core/logging.py:110
↓ 6 callers
Method
handleClick
* Handle a click event for the user to collapse the cell's input.
open-jupyter/jupyterlab-main/packages/cells/src/collapser.tsx:98
↓ 6 callers
Function
import_evolved_skills_to_store
Import evolved SKILL.md files into claw_skills with conflict-aware summary.
clawcode/clawcode/claw_learning/experience_tools.py:89
↓ 6 callers
Function
init_database
Initialize the global database instance. Args: database_path: Path to the SQLite database file Returns: The initialized data
clawcode/clawcode/db/connection.py:203
↓ 6 callers
Function
install_plugin_from_marketplace
( settings: Settings, plugin_name: str, marketplace_name: str, )
clawcode/clawcode/plugin/ops.py:183
↓ 6 callers
Method
isAvailable
* Whether the terminal service is available.
open-jupyter/jupyterlab-main/packages/services/src/terminal/terminal.ts:155
↓ 6 callers
Function
isBaseCondaEnv
(envPath: string)
open-jupyter/src/main/utils.ts:546
↓ 6 callers
Function
isDarkTheme
(themeType: string)
open-jupyter/src/main/utils.ts:166
↓ 6 callers
Function
isDevMode
()
open-jupyter/src/main/utils.ts:29
↓ 6 callers
Method
isFileListedInBrowser
* Whether the file is listed in the file browser or not. * * @param fileName File name * @returns File status
open-jupyter/jupyterlab-main/galata/src/helpers/filebrowser.ts:66
↓ 6 callers
Function
isInspectorOpen
()
open-jupyter/jupyterlab-main/packages/inspector-extension/src/index.ts:69
↓ 6 callers
Method
isPlaceholder
* Whether the cell is a placeholder that defer rendering * * #### Notes * You can wait for the promise `Cell.ready` to wait for the * cell
open-jupyter/jupyterlab-main/packages/cells/src/widget.ts:369
↓ 6 callers
Method
iter_wiki_pages
(self)
clawcode/clawcode/deepnote/wiki_store.py:226
↓ 6 callers
Function
keydown
(el: HTMLElement, key: string)
open-jupyter/jupyterlab-main/packages/filebrowser/test/pathnavigator.spec.ts:97
↓ 6 callers
Function
link_package
Link a package against the JupyterLab build. Returns `True` if a rebuild is recommended, `False` otherwise.
open-jupyter/jupyterlab-main/jupyterlab/commands.py:599
↓ 6 callers
Function
load_merged_agent_definitions
Merge builtins <- user ~/.claude/agents <- project .claw/.clawcode/.claude agents (later wins). Results are cached with a 30-second TTL to avoid
clawcode/clawcode/agents/loader.py:313
↓ 6 callers
Function
load_recent_events
(window_hours: int = 24, *, domain: str | None = None, session_id: str | None = None)
clawcode/clawcode/claw_learning/ops_observability.py:155
↓ 6 callers
Function
mktempDir
(suffix: string)
open-jupyter/jupyterlab-main/packages/testing/src/start_jupyter_server.ts:176
↓ 6 callers
Function
normalizeDomain
(domain: string)
open-jupyter/jupyterlab-main/packages/translation/src/utils.ts:12
↓ 6 callers
Function
normalize_claude_tool_list
(names: list[str])
clawcode/clawcode/llm/tools/subagent.py:139
↓ 6 callers
Method
on_key
Handle keyboard shortcuts with key/aliases/character fallback.
clawcode/clawcode/tui/components/dialogs/permission.py:135
↓ 6 callers
Method
openLocator
* Open a menu from its path * * @param path Menu path * @returns Locator to the opened menu
open-jupyter/jupyterlab-main/galata/src/helpers/menu.ts:217
↓ 6 callers
Function
parse_orchestrate_args
(tail: str)
clawcode/clawcode/tui/orchestrate_workflow.py:30
↓ 6 callers
Function
parse_sgr_num_u16
(params: &[u16], mut i: usize)
clawcode/clawcode/llm/tools/performance/core/engine/src/text.rs:277
↓ 6 callers
Method
poll
( self, *, job_id: str, run_id: str | None, include_output: bool = Tru
clawcode/clawcode/llm/tools/cronjob.py:243
↓ 6 callers
Function
positionMouseOver
( element: ElementHandle | Locator, position: IPositionInElement = {} )
open-jupyter/jupyterlab-main/galata/test/documentation/utils.ts:95
↓ 6 callers
Method
preferredLanguage
* Get the preferred kernel language given a file path.
open-jupyter/jupyterlab-main/packages/docregistry/src/registry.ts:1245
↓ 6 callers
Method
reconcile_session_row_from_active_messages
Refresh Session.message_count, token totals, cost, summary_message_id from active messages.
clawcode/clawcode/message/service.py:752
↓ 6 callers
Function
record_tool_observation_async
Fire-and-forget wrapper: schedules observation in a background thread.
clawcode/clawcode/learning/store.py:68
↓ 6 callers
Method
refreshRunning
* Force a refresh of the running terminals. * * @returns A promise that with the list of running terminals. * * #### Notes * This is in
open-jupyter/jupyterlab-main/packages/services/src/terminal/manager.ts:158
↓ 6 callers
Method
registerPlugin
(plugin: IPlugin<T, any>)
open-jupyter/jupyterlab-main/packages/coreutils/src/pluginregistry.ts:18
↓ 6 callers
Method
remove
* Remove a workspace.
open-jupyter/jupyterlab-main/packages/workspaces/src/tokens.ts:80
↓ 6 callers
Method
removeRange
* Remove a range of items from the list. * * @param startIndex - The start index of the range to remove (inclusive). * * @param endIndex -
open-jupyter/jupyterlab-main/packages/observables/src/observablelist.ts:182
↓ 6 callers
Method
removeRecent
* Remove the document from recents list.
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:436
↓ 6 callers
Method
rename
* Rename a file or directory. * * @param oldPath - The full path to the original file. * * @param newPath - The full path to the new file.
open-jupyter/jupyterlab-main/packages/docmanager/src/tokens.ts:383
↓ 6 callers
Function
renameFile
( manager: IDocumentManager, oldPath: string, newPath: string )
open-jupyter/jupyterlab-main/packages/docmanager/src/dialogs.ts:205
↓ 6 callers
Method
retrieve_capsules
(self, args: ExperienceApplyArgs)
clawcode/clawcode/learning/service.py:2245
↓ 6 callers
Method
run
(self, spec: dict[str, Any])
clawcode/clawcode/research/compute/base.py:9
↓ 6 callers
Function
sanitize_text
Clean *text* by removing common encoding artifacts. The function is **idempotent** and safe to apply multiple times. Steps performed: 1.
clawcode/clawcode/utils/text.py:40
↓ 6 callers
Method
save
* Save the restore data for a given widget. * * @param widget - The widget being saved.
open-jupyter/jupyterlab-main/packages/apputils/src/widgettracker.ts:358
↓ 6 callers
Method
sendInputReply
* Send an `input_reply` message.
open-jupyter/jupyterlab-main/packages/services/src/kernel/kernel.ts:918
↓ 6 callers
Method
setAllowSingleClickNavigation
* Update the setting to allow single click navigation. * This enables opening files/directories with a single click.
open-jupyter/jupyterlab-main/packages/filebrowser/src/listing.ts:1529
↓ 6 callers
Function
setBreakpoint
(page: IJupyterLabPageFixture)
open-jupyter/jupyterlab-main/galata/test/documentation/debugger.test.ts:433
↓ 6 callers
Method
setConfiguration
* Model configuration setter. * * @param c New configuration
open-jupyter/jupyterlab-main/packages/toc/src/tokens.ts:251
↓ 6 callers
Method
setMode
* Set the notebook mode. * * @param newValue Notebook mode * @param options Control mode side-effect * @param options.focus Whether to ens
open-jupyter/jupyterlab-main/packages/notebook/src/widget.ts:1839
↓ 6 callers
Method
setOption
* Set a config option for the editor. * * You will need to reconfigure the editor extensions by listening * to `IExtensionsHandler.configChan
open-jupyter/jupyterlab-main/packages/codemirror/src/token.ts:80
↓ 6 callers
Function
setRootDir
(dir: string)
open-jupyter/jupyterlab-main/packages/docmanager/test/recents.spec.ts:39
↓ 6 callers
Function
setSelections
* To avoid relying on ydoc passing the selections via server * (this test runs without a server for efficiency) we also set * selections on the mode
open-jupyter/jupyterlab-main/packages/notebook/test/searchprovider.spec.ts:19
↓ 6 callers
Function
setToolbar
( widget: Toolbar.IWidgetToolbar | Widget, factory: ( widget: Widget ) => | IObservableList<Tool
open-jupyter/jupyterlab-main/packages/apputils/src/toolbar/factory.ts:361
↓ 6 callers
Method
setType
* Change the session type. * * @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:153
↓ 6 callers
Method
sort
* Sort the items using a sort condition.
open-jupyter/jupyterlab-main/packages/filebrowser/src/listing.ts:362
↓ 6 callers
Method
sortShortcuts
* Sort shortcut list using current sort property.
open-jupyter/jupyterlab-main/packages/shortcuts-extension/src/components/ShortcutUI.tsx:344
↓ 6 callers
Function
split_frontmatter_internal
Split markdown content into frontmatter lines and body.
clawcode/clawcode/llm/tools/performance/core/engine/src/gsd_parser.rs:100
↓ 6 callers
Method
strfmt
* `sprintf` equivalent, takes a string and some arguments to make a * computed string. * * @param fmt - The string to interpolate. * @para
open-jupyter/jupyterlab-main/packages/translation/src/gettext.ts:257
↓ 6 callers
Function
suggestionItems
(navigator: PathNavigator)
open-jupyter/jupyterlab-main/packages/filebrowser/test/pathnavigator.spec.ts:93
↓ 6 callers
Method
unmarkTrusted
* Remove a trusted DOM boundary previously set by `markTrusted`.
open-jupyter/jupyterlab-main/packages/rendermime-interfaces/src/index.ts:487
↓ 6 callers
Method
updateDocuments
* Update all the virtual documents, emit documents updated with root document if succeeded, * and resolve a void promise. The promise does not cont
open-jupyter/jupyterlab-main/packages/lsp/src/virtual/document.ts:1246
↓ 6 callers
Function
updateHandlerAndCommands
( widget: ConsolePanel )
open-jupyter/jupyterlab-main/packages/debugger-extension/src/index.ts:126
↓ 6 callers
Function
updateIconButtonState
* Updates button state to on/off, * adds/removes css class to update styling * * @param widget the debug button widget * @param pressed true if pr
open-jupyter/jupyterlab-main/packages/debugger/src/handler.ts:67
↓ 6 callers
Function
updateState
(commands: CommandRegistry, debug: IDebugger)
open-jupyter/jupyterlab-main/packages/debugger-extension/src/index.ts:72
↓ 6 callers
Method
uploadContent
* Upload content as file to JupyterLab. * * Note: the destinationPath is the filepath on the server. * * @param content Content file to up
open-jupyter/jupyterlab-main/galata/src/contents.ts:161
↓ 6 callers
Method
validateData
* Validate a plugin's schema and user data; populate the `composite` data. * * @param plugin - The plugin being validated. Its `composite` data
open-jupyter/jupyterlab-main/packages/settingregistry/src/settingregistry.ts:65
↓ 6 callers
Method
waitForSelector
* Wait for an element to be found from a CSS selector * * @param selector CSS selector * @param node Element * @param options Options *
open-jupyter/jupyterlab-main/galata/extension/src/tokens.ts:264
↓ 6 callers
Function
which
(name: str)
clawcode/tests/test_codex_cli_bridge.py:51
↓ 5 callers
Method
_addBreakpointsToEditor
* Add the breakpoints to the editor.
open-jupyter/jupyterlab-main/packages/debugger/src/handlers/editor.ts:393
↓ 5 callers
Function
_apply_background_watcher
Set watcher fields and enqueue ``pending_watchers`` (Hermes-aligned).
clawcode/clawcode/llm/tools/terminal_tool.py:46
↓ 5 callers
Function
_atomic_write_text
(path: Path, content: str)
clawcode/clawcode/claw_skills/skill_store.py:35
↓ 5 callers
Method
_clearEscapeResetTimer
()
open-jupyter/jupyterlab-main/packages/terminal/src/widget.ts:632
↓ 5 callers
Method
_connect
Return the shared connection (must hold ``self._lock`` except during init).
clawcode/clawcode/deepnote/wiki_search.py:30
↓ 5 callers
Method
_continue_clawteam_deep_loop_if_needed
(self, session_id: str)
clawcode/clawcode/tui/screens/chat.py:3593
↓ 5 callers
Function
_create_shell_process_with_fallback
Create subprocess; on Windows, retry with configured shell if Git Bash spawn fails.
clawcode/clawcode/llm/tools/bash.py:194
↓ 5 callers
Method
_disposeSession
()
open-jupyter/src/main/sessionwindow/sessionwindow.ts:283
↓ 5 callers
Method
_enforce_message_limit
Remove oldest messages when exceeding _MAX_MESSAGES to prevent memory bloat.
clawcode/clawcode/tui/components/chat/message_list.py:354
↓ 5 callers
Method
_ensure_disabled_info
(self)
open-jupyter/jupyterlab-main/jupyterlab/commands.py:1318
↓ 5 callers
Function
_env_int
(*keys: str, default: int)
clawcode/clawcode/llm/tools/environments/factory.py:36
↓ 5 callers
Method
_errorIfDisposed
* Utility function to throw an error if this instance is disposed.
open-jupyter/jupyterlab-main/packages/services/src/kernel/default.ts:1743
↓ 5 callers
Function
_extract_deep_loop_eval
Parse deep loop convergence signal from assistant text. Returns: (converged, delta_score, has_eval_marker) where *has_eval_marker* is Tru
clawcode/clawcode/tui/screens/chat.py:206
↓ 5 callers
Method
_extract_package
Call `npm pack` for an extension. The pack command will download the package tar if `source` is a package name, or run `npm pack` loc
open-jupyter/jupyterlab-main/jupyterlab/commands.py:1910
↓ 5 callers
Method
_fetch
( path: string, options: { /** * Allows to set post data of the request. If the data para
open-jupyter/jupyterlab-main/galata/src/contents.ts:389
↓ 5 callers
Method
_findEventTargetAndCell
* Find the target of html mouse event and cell index containing this target. * * #### Notes * Returned index is -1 if the cell is not found.
open-jupyter/jupyterlab-main/packages/notebook/src/widget.ts:2765
↓ 5 callers
Method
_find_config_file
Find the configuration file. Searches in the following order: 1. $CLAWCODE_CONFIG (explicit override; absolute or ~-relative path)
clawcode/clawcode/config/settings.py:696
↓ 5 callers
Method
_highlightCurrentMatch
(options?: IHighlightMatchOptions)
open-jupyter/jupyterlab-main/packages/codemirror/src/searchprovider.ts:783
↓ 5 callers
Method
_load
* Load a plugin into the registry.
open-jupyter/jupyterlab-main/packages/settingregistry/src/settingregistry.ts:575
↓ 5 callers
Method
_mark_hud_dirty
Mark HUD as needing a refresh; schedules a single lazy flush via call_later. Replaces direct _update_status_bars() calls in hot paths (USAGE,
clawcode/clawcode/tui/screens/chat.py:2045
↓ 5 callers
Method
_move_to_finished
(self, session: ProcessSession)
clawcode/clawcode/llm/tools/process_registry.py:347
↓ 5 callers
Function
_normalize_display_text
Normalize text for terminal rendering. Many Windows terminal fonts don't contain full emoji glyph coverage and render tofu / '?' placeholders
clawcode/clawcode/tui/components/chat/message_list.py:116
↓ 5 callers
Method
_normalize_name
Normalize extension name; by default does nothing. Args: name: Extension name Returns: Normalized name
open-jupyter/jupyterlab-main/jupyterlab/extensions/manager.py:679
← previous
next →
901–1,000 of 13,188, ranked by callers