MCPcopy Create free account

hub / github.com/datalayer/jupyter-ui / functions

Functions2,365 in github.com/datalayer/jupyter-ui

↓ 1 callersMethodclear_state
* Close all widgets and empty the widget state. * @return Promise that resolves when the widget state is cleared.
packages/react/src/jupyter/ipywidgets/lab/manager.ts:635
↓ 1 callersMethodclone
()
packages/react/src/components/kernel/inspector/model.ts:114
↓ 1 callersMethodcollapseAll
()
packages/react/src/components/kernel/inspector/widget.tsx:192
↓ 1 callersFunctioncollectJupyterInputNodes
(node: LexicalNode)
packages/lexical/src/plugins/JupyterInputOutputPlugin.tsx:796
↓ 1 callersFunctioncolorSchemeFromMedia
({ matches }: { matches: boolean })
packages/react/src/theme/JupyterReactTheme.tsx:156
↓ 1 callersFunctioncolormodeFromScheme
(colorScheme: string)
storybook/src/stories/_utils/story-helpers.tsx:34
↓ 1 callersMethodcommInfo
( content: KernelMessage.ICommInfoRequestMsg['content'], parent: any )
packages/react/src/jupyter/lite/kernel/tokens.ts:205
↓ 1 callersMethodcompleteRequest
* Handle an complete_request message * * @param msg The parent message.
packages/react/src/jupyter/lite/pyodide-kernel/kernel.ts:263
↓ 1 callersMethodcontainsBlockLevelMarkdown
* Check if text contains block-level markdown that should be split into multiple blocks
packages/lexical/src/state/LexicalAdapter.ts:1486
↓ 1 callersMethodcontents
()
packages/react/src/jupyter/services/JupyterServices.ts:23
↓ 1 callersMethodcreateAPI
* Create the ContentsAPI. * * This is supposed to be overwritten if needed.
packages/react/src/jupyter/lite/contents/drivefs.ts:655
↓ 1 callersMethodcreateCheckpoint
* Create a checkpoint for a file. * * @param path - The path of the file. * * @returns A promise which resolves with the new checkpoint mo
packages/react/src/jupyter/lite/contents/tokens.ts:109
↓ 1 callersMethodcreateDefaultCheckpoints
* Create the default checkpoint storage.
packages/react/src/jupyter/lite/contents/contents.ts:134
↓ 1 callersMethodcreateDefaultCounters
* Initialize the default storage for counting file suffixes.
packages/react/src/jupyter/lite/contents/contents.ts:123
↓ 1 callersMethodcreateDefaultStorage
* Initialize the default storage for contents.
packages/react/src/jupyter/lite/contents/contents.ts:112
↓ 1 callersMethodcreateFallbackConfig
* Create a minimal fallback configuration
packages/lexical/src/autoindent/LanguageIndentRegistry.ts:171
↓ 1 callersFunctioncreateLabButton
(args)
storybook/src/stories/_utils/lab-builders.ts:9
↓ 1 callersFunctioncreateLiteServer
()
packages/react/src/jupyter/lite/LiteServer.ts:57
↓ 1 callersFunctioncreateLiteServiceManager
( lite: Lite = true )
packages/react/src/jupyter/services/ServiceManagerLite.ts:11
↓ 1 callersFunctioncreateMarkdownExport
( node: LexicalNode, transformers: Array<Transformer>, )
packages/lexical/src/convert/LexicalToNbformat.tsx:103
↓ 1 callersFunctioncreateMarkdownExport
( transformers: Array<Transformer>, )
packages/lexical/src/convert/markdown/MarkdownExport.ts:29
↓ 1 callersFunctioncreateMarkdownImport
( transformers: Array<Transformer>, )
packages/lexical/src/convert/markdown/MarkdownImport.ts:41
↓ 1 callersFunctioncreateNoRuntimeWarning
()
packages/lexical/src/nodes/jupyterUtils.ts:15
↓ 1 callersMethodcreateNode
()
packages/react/src/examples/lumino/LuminoWidget.ts:25
↓ 1 callersMethodcreateSimpleNode
* Create a simple Lexical node from a block
packages/lexical/src/state/LexicalAdapter.ts:1377
↓ 1 callersFunctioncreateTextFormatTransformersIndex
( textTransformers: Array<TextFormatTransformer>, )
packages/lexical/src/convert/markdown/MarkdownImport.ts:353
↓ 1 callersFunctioncreateThread
( quote: string, comments: Array<Comment>, id?: string, )
packages/lexical/src/components/Commenting.tsx:58
↓ 1 callersFunctioncreateVariableInspectorPanel
()
packages/react/src/components/kernel/variables/variablesinspector.ts:22
↓ 1 callersFunctioncreateVariablesInspectorManager
()
packages/react/src/components/kernel/variables/variablesinspector.ts:20
↓ 1 callersFunctioncreateView
({ doc, parent }: any)
packages/react/src/components/viewer/input/CodemirrorView.tsx:20
↓ 1 callersFunctioncssAssetsFilter
(asset: OutputAsset)
packages/embed/vite-plugins/cssInjectedByJs.ts:526
↓ 1 callersFunctiondebounceFunction
(func: () => void, delay: number)
packages/lexical/src/plugins/TableOfContentsPlugin.tsx:115
↓ 1 callersFunctiondefaultJsAssetsFilter
(chunk: OutputChunk)
packages/embed/vite-plugins/cssInjectedByJs.ts:210
↓ 1 callersMethoddefaultSettingsStorage
* Create a settings store.
packages/react/src/jupyter/lite/settings/settings.ts:74
↓ 1 callersMethoddeleteCheckpoint
* Delete a checkpoint for a file. * * @param path - The path of the file. * @param checkpointID - The id of the checkpoint to delete. *
packages/react/src/jupyter/lite/contents/tokens.ts:139
↓ 1 callersMethoddeleteComment
(commentId: string)
packages/lexical/src/nodes/CommentThreadNode.tsx:104
↓ 1 callersFunctiondeleteKernel
( serviceManager: ServiceManager.IManager, kernelId: string )
packages/react/src/components/kernel/Kernels.tsx:67
↓ 1 callersMethoddepth
(args: Kernel.IAnyMessageArgs | null)
packages/react/src/components/kernel/inspector/model.ts:178
↓ 1 callersFunctiondetectCellLanguage
* Detect cell language from JupyterInputNode
packages/lexical/src/plugins/LSPDocumentSyncPlugin.tsx:28
↓ 1 callersFunctiondetectCellLanguage
* Detect cell language from JupyterInputNode
packages/lexical/src/plugins/LSPTabCompletionPlugin.tsx:158
↓ 1 callersFunctiondetectRequiredComponents
* Detect which component types are needed on the page
packages/embed/src/bootstrap.ts:120
↓ 1 callersMethoddisable
()
packages/react/src/jupyter/lite/contents/broadcast.ts:43
↓ 1 callersFunctiondisableKernelReconnect
( serviceManager: ServiceManager.IManager )
packages/react/src/jupyter/services/serviceManagerUtils.ts:60
↓ 1 callersMethoddisplay_view
* Display the specified view. Element where the view is displayed * is specified in the `options.el` argument.
packages/react/src/jupyter/ipywidgets/classic/htmlmanager.ts:60
↓ 1 callersMethoddisplay_view
(view: any)
packages/react/src/components/output/ipywidgets/IPyWidgetsViewManager.ts:59
↓ 1 callersFunctiondoInsertText
(payload?: any)
packages/react/src/components/codemirror/CodeMirrorEditor.tsx:85
↓ 1 callersFunctiondomOnBeforeMatch
(dom: HTMLElement, callback: () => void)
packages/lexical/src/plugins/CollapsiblePlugin/CollapsibleUtils.ts:12
↓ 1 callersMethodenable
()
packages/react/src/jupyter/lite/contents/tokens.ts:215
↓ 1 callersFunctionensureJupyterAuth
( serverSettings: ServerConnection.ISettings )
packages/react/src/utils/Utils.ts:106
↓ 1 callersFunctionensureMemoryStorage
( theLocalforage: typeof localforage )
packages/react/src/jupyter/lite/localforage/memory.ts:16
↓ 1 callersFunctionexecute
( id: string, code: string, output: OutputArea, kernel: Kernel, metadata?: JSONObject, suppressCod
packages/react/src/components/output/OutputExecutor.ts:16
↓ 1 callersMethodexecute
* Execute a code snippet. * * @param code Code to be executed * @param options Callbacks on IOPub messages and on reply message * @returns
packages/react/src/jupyter/kernel/KernelExecutor.ts:127
↓ 1 callersMethodexecuteCode
* Execute code directly in the kernel without creating a cell. * * This method sends code execution requests directly to the kernel, * bypass
packages/react/src/components/notebook/NotebookAdapter.ts:763
↓ 1 callersMethodexecuteRequest
* Handle an `execute_request` message * * @param msg The parent message.
packages/react/src/jupyter/lite/pyodide-kernel/kernel.ts:249
↓ 1 callersMethodexpandAll
()
packages/react/src/components/kernel/inspector/widget.tsx:199
↓ 1 callersFunctionexportTopLevelElementOrDecorator
(node: LexicalNode)
packages/lexical/src/convert/markdown/convertToMarkdown.ts:42
↓ 1 callersFunctionextractCodeContext
( jupyterInputNode: any, selection: RangeSelection, )
packages/lexical/src/plugins/InlineCompletionContextExtractor.ts:72
↓ 1 callersFunctionextractCss
(bundle: OutputBundle, cssName: string)
packages/embed/vite-plugins/cssInjectedByJs.ts:216
↓ 1 callersFunctionextractProseContext
( anchorNode: LexicalNode, selection: RangeSelection, contextBefore: number, contextAfter: number, )
packages/lexical/src/plugins/InlineCompletionContextExtractor.ts:99
↓ 1 callersMethodfetchCompletions
* Fetch completions for a code block at a specific position. * @param nodeUuid - JupyterInputNode UUID * @param content - Full code block conten
packages/lexical/src/plugins/lspTypes.ts:96
↓ 1 callersMethodfetchKernelInfo
* Fetch and cache the kernel info. * Returns the cached info if already fetched.
packages/react/src/components/notebook/NotebookAdapter.ts:94
↓ 1 callersFunctionfilterAndSortCompletions
* Filter and sort completion items based on typed text. * Prioritizes exact prefix matches over partial matches.
packages/lexical/src/plugins/LSPTabCompletionPlugin.tsx:199
↓ 1 callersMethodfilterOutTable
()
packages/react/src/components/kernel/variables/widget.ts:192
↓ 1 callersFunctionfindAllCodeNodes
* Recursively find all CodeNode instances in the editor tree
packages/lexical/src/plugins/CodeHighlightPlugin.tsx:61
↓ 1 callersFunctionfindOutermostMatch
( textContent: string, textTransformersIndex: TextFormatTransformersIndex, )
packages/lexical/src/convert/markdown/MarkdownImport.ts:309
↓ 1 callersFunctionfindParagraphParent
* Find the paragraph or block-level parent of a node. * * @param node - Starting node * @returns Parent paragraph/block node or null
packages/lexical/src/plugins/InlineCompletionContextExtractor.ts:165
↓ 1 callersFunctionfixImportsInFile
* Fix imports/exports in a JavaScript file
packages/react/scripts/fix-esm-imports.js:41
↓ 1 callersFunctionfixImportsInFile
* Fix imports/exports in a JavaScript file
packages/lexical/scripts/fix-esm-imports.js:41
↓ 1 callersFunctionformatResponse
( data: T, format?: 'json' | 'toon' )
packages/react/src/tools/core/formatter.ts:35
↓ 1 callersFunctionfromCache
* Restore a response from the cache based on the request.
packages/react/src/jupyter/lite/server/service-worker.ts:106
↓ 1 callersMethodfromDOM
(dom: HTMLElement)
packages/lexical/src/utils/rect.ts:153
↓ 1 callersMethodfromLTRB
( left: number, top: number, right: number, bottom: number, )
packages/lexical/src/utils/rect.ts:129
↓ 1 callersMethodfromLWTH
( left: number, width: number, top: number, height: number, )
packages/lexical/src/utils/rect.ts:138
↓ 1 callersMethodgenerateNewRect
({ left = this.left, top = this.top, right = this.right, bottom = this.bottom, })
packages/lexical/src/utils/rect.ts:120
↓ 1 callersFunctiongeneratePreview
* Generate a 40-character preview of block content. * Special handling for different block types: * - Lists: comma-separated items * - Code/jupyter
packages/lexical/src/tools/utils/blocks.ts:42
↓ 1 callersMethodget
(request: TDriveRequest<'get'>)
packages/react/src/jupyter/lite/contents/drivecontents.ts:248
↓ 1 callersMethodgetAll
* Get all the settings
packages/react/src/jupyter/lite/settings/tokens.ts:72
↓ 1 callersMethodgetAll
* Get all the settings
packages/react/src/jupyter/lite/settings/settings.ts:100
↓ 1 callersFunctiongetAllJsFiles
* Recursively get all .js files in a directory
packages/react/scripts/fix-esm-imports.js:21
↓ 1 callersFunctiongetAllJsFiles
* Recursively get all .js files in a directory
packages/lexical/scripts/fix-esm-imports.js:21
↓ 1 callersFunctiongetAllMarkdownCriteriaForParagraphs
()
packages/lexical/src/convert/markdown/utils.ts:308
↓ 1 callersFunctiongetAllMarkdownCriteriaForTextNodes
()
packages/lexical/src/convert/markdown/utils.ts:312
↓ 1 callersFunctiongetCdnBaseFromScript
* Get CDN base URL from script src
packages/embed/src/bootstrap.ts:108
↓ 1 callersFunctiongetCellColumnIndex
( tableCellNode: TableCellNode, tableMap: TableMapType, )
packages/lexical/src/plugins/TableCellResizer/index.tsx:258
↓ 1 callersFunctiongetCellNodeHeight
( cell: TableCellNode, activeEditor: LexicalEditor, )
packages/lexical/src/plugins/TableCellResizer/index.tsx:250
↓ 1 callersFunctiongetChunkForType
* Map component type to chunk name
packages/embed/src/bootstrap.ts:229
↓ 1 callersFunctiongetClosestTopCellPosition
( tableElement: HTMLTableElement, clientX: number, )
packages/lexical/src/plugins/TableHoverActionsV2Plugin/index.tsx:100
↓ 1 callersFunctiongetCompletionIcon
* Get icon for completion kind
packages/lexical/src/plugins/LSPCompletionMenu.tsx:40
↓ 1 callersFunctiongetCookie
(name: string)
packages/react/src/utils/Utils.ts:78
↓ 1 callersFunctiongetCurrent
(args: ReadonlyPartialJSONObject)
packages/react/src/components/notebook/NotebookCommands.ts:593
↓ 1 callersFunctiongetCurrentIndex
(keysLength: number)
packages/lexical/src/plugins/DraggableBlockPlugin.tsx:41
↓ 1 callersFunctiongetCurrentLineText
* Get current line text from selection * Collects all text from the start of the line (after previous linebreak) to cursor
packages/lexical/src/plugins/AutoIndentPlugin.tsx:364
↓ 1 callersFunctiongetCursorOffset
* Get accurate cursor offset using Lexical selection API. * Used for code cells. * * @param jupyterInputNode - The JupyterInputNode * @param selec
packages/lexical/src/plugins/InlineCompletionContextExtractor.ts:228
↓ 1 callersFunctiongetCursorOffsetInNode
* Get cursor offset within a specific node. * * @param node - The node to measure offset within * @param selection - Current selection state * @re
packages/lexical/src/plugins/InlineCompletionContextExtractor.ts:193
↓ 1 callersFunctiongetCursorTooltips
* Tooltip extension to display user display name at cursor position
packages/react/src/utils/cursorExtension.ts:243
↓ 1 callersFunctiongetDiffRange
( prevNodes: Array<LexicalNode>, nextNodes: Array<LexicalNode>, )
packages/lexical/src/nodes/JupyterInputHighlighter.ts:348
↓ 1 callersMethodgetDownloadUrl
(path: string)
packages/react/src/jupyter/services/ServiceManagerLess.ts:156
↓ 1 callersFunctiongetDragImageData
(event: DragEvent)
packages/lexical/src/plugins/ImagesPlugin.tsx:334
↓ 1 callersFunctiongetDragSelection
(event: DragEvent)
packages/lexical/src/plugins/ImagesPlugin.tsx:365
↓ 1 callersFunctiongetElementNodesInSelection
(selection: RangeSelection)
packages/lexical/src/plugins/ListMaxIndentLevelPlugin.tsx:19
← previousnext →501–600 of 2,365, ranked by callers