MCPcopy Create free account

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

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

FunctionEditorContextPlugin
()
packages/lexical/src/editor/Editor.tsx:130
FunctionEditorRefPlugin
({ editorRef, }: { editorRef: { current: null | LexicalEditor }; })
packages/lexical/src/plugins/CommentPlugin.tsx:136
FunctionEquationComponent
({ equation, inline, nodeKey, }: EquationComponentProps)
packages/lexical/src/nodes/EquationNode.tsx:35
FunctionEquationEditor
({ equation, setEquation, inline, inputRef, }: BaseEquationEditorProps)
packages/lexical/src/components/EquationEditor.tsx:16
FunctionEquationsPlugin
()
packages/lexical/src/plugins/EquationsPlugin.tsx:54
FunctionEscapeHandlerPlugin
({ onEscape, }: { onEscape: (e: KeyboardEvent) => boolean; })
packages/lexical/src/plugins/CommentPlugin.tsx:153
FunctionExamples
()
packages/react/src/examples/Examples.tsx:351
FunctionExamplesSidebar
({ selectedPath, onSelect, isLoading, error, }: { selectedPath: string; onSelect: (path: string) =
packages/react/src/examples/Examples.tsx:235
FunctionExcalidrawComponent
({ nodeKey, data, width, height, }: { data: string; nodeKey: NodeKey; width: 'inherit' | number;
packages/lexical/src/components/ExcalidrawComponent.tsx:35
FunctionExcalidrawImage
({ elements, files, imageContainerRef, appState, rootClassName = null, width = 'inherit', height
packages/lexical/src/components/ExcalidrawImage.tsx:91
FunctionExcalidrawModal
({ closeOnClickOutside: _closeOnClickOutside = false, onSave, initialElements, initialAppState, init
packages/lexical/src/components/ExcalidrawModal.tsx:69
FunctionExcalidrawPlugin
()
packages/lexical/src/plugins/ExcalidrawPlugin.tsx:33
FunctionFileBrowser
(props: FileBrowserProps)
packages/react/src/components/filebrowser/FileBrowser.tsx:28
FunctionFileBrowserComponent
()
packages/react/src/app/tabs/components/FileBrowserComponent.tsx:10
FunctionFileBrowserExample
()
packages/react/src/examples/FileBrowser.tsx:12
FunctionFileInput
({ accept, label, onChange, 'data-test-id': dataTestId, }: Props)
packages/lexical/src/components/FileInput.tsx:14
FunctionFileManagerJupyterLab
()
packages/react/src/components/filemanager/FileManagerJupyterLab.tsx:12
FunctionFloatingLinkEditor
({ editor, isLink, setIsLink, anchorElem, isLinkEditMode, setIsLinkEditMode, }: { editor: Lexica
packages/lexical/src/plugins/FloatingLinkEditorPlugin/index.tsx:58
FunctionFloatingLinkEditorPlugin
({ anchorElem = document.body, isLinkEditMode, setIsLinkEditMode, }: { anchorElem?: HTMLElement; isL
packages/lexical/src/plugins/FloatingLinkEditorPlugin/index.tsx:532
FunctionFloatingTextFormatToolbarPlugin
({ anchorElem = document.body, setIsLinkEditMode, extraItems, }: { anchorElem?: HTMLElement; setIsLi
packages/lexical/src/plugins/FloatingTextFormatToolbarPlugin.tsx:307
FunctionFontSize
({ selectionFontSize, disabled, editor, }: { selectionFontSize: string; disabled: boolean; editor:
packages/lexical/src/plugins/ToolbarPlugin/fontSize.tsx:60
FunctionFontSizeCustomItem
({ editor, fontSize, disabled, }: { editor: LexicalEditor; fontSize: string; disabled: boolean; })
packages/lexical/src/plugins/ToolbarPlugin/index.tsx:216
FunctionGeoJsonExample
()
packages/react/src/examples/GeoJson.tsx:17
FunctionGlobalError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
examples/next-js/src/app/global-error.tsx:9
FunctionHome
()
examples/docusaurus/src/pages/index.js:35
FunctionHome
()
examples/next-js/src/app/page.tsx:23
FunctionHomepageHeader
()
examples/docusaurus/src/pages/index.js:15
FunctionHorizontalRulePlugin
()
packages/lexical/src/plugins/HorizontalRulePlugin.tsx:20
FunctionIPyLeafletExample
()
packages/react/src/examples/IPyLeaflet.tsx:15
FunctionIPyReactExample
()
packages/react/src/examples/IPyReact.tsx:15
FunctionIPyWidgetsAttached
(props: Props)
packages/react/src/components/output/ipywidgets/IPyWidgetsAttached.tsx:18
FunctionIPyWidgetsComponent
()
packages/react/src/app/tabs/components/IPyWidgetsComponent.tsx:13
FunctionIPyWidgetsExample
()
packages/react/src/examples/IPyWidgets.tsx:18
FunctionIPyWidgetsStateExample
()
packages/react/src/examples/IPyWidgetsState.tsx:18
FunctionImageComponent
({ src, altText, nodeKey, width, height, maxWidth, resizable, showCaption, caption, }: { a
packages/lexical/src/nodes/ImageNode.tsx:124
FunctionImageResizer
({ onResizeStart, onResizeEnd, buttonRef, imageRef, maxWidth, editor, showCaption, setShowCapt
packages/lexical/src/components/ImageResizer.tsx:22
FunctionImagesPlugin
({ captionsEnabled, }: { captionsEnabled?: boolean; })
packages/lexical/src/plugins/ImagesPlugin.tsx:202
FunctionInlineCompletionComponent
* React component that renders inline completion ghost text. * Styled with low opacity to appear as a suggestion rather than actual code. * * @para
packages/lexical/src/nodes/InlineCompletionNode.tsx:243
FunctionInlineEquationEditor
({ equation, onChange, inputRef, }: EquationEditorImplProps)
packages/lexical/src/components/EquationEditor.tsx:51
FunctionInputViewer
(props: Props)
packages/react/src/components/viewer/input/InputViewer.tsx:98
FunctionInsertEquationDialog
({ activeEditor, onClose, }: { activeEditor: LexicalEditor; onClose: () => void; })
packages/lexical/src/components/InsertEquationDialog.tsx:12
FunctionInsertEquationDialog
({ activeEditor, onClose, }: { activeEditor: LexicalEditor; onClose: () => void; })
packages/lexical/src/plugins/EquationsPlugin.tsx:33
FunctionInsertImageDialog
({ activeEditor, onClose, }: { activeEditor: LexicalEditor; onClose: () => void; })
packages/lexical/src/components/InsertImageDialog.tsx:104
FunctionInsertImageDialog
({ activeEditor, onClose, }: { activeEditor: LexicalEditor; onClose: () => void; })
packages/lexical/src/plugins/ImagesPlugin.tsx:140
FunctionInsertImageUploadedDialogBody
({ onClick, }: { onClick: (payload: InsertImagePayload) => void; })
packages/lexical/src/components/InsertImageDialog.tsx:53
FunctionInsertImageUploadedDialogBody
({ onClick, }: { onClick: (payload: InsertImagePayload) => void; })
packages/lexical/src/plugins/ImagesPlugin.tsx:89
FunctionInsertImageUriDialogBody
({ onClick, }: { onClick: (payload: InsertImagePayload) => void; })
packages/lexical/src/components/InsertImageDialog.tsx:16
FunctionInsertImageUriDialogBody
({ onClick, }: { onClick: (payload: InsertImagePayload) => void; })
packages/lexical/src/plugins/ImagesPlugin.tsx:50
FunctionJupyterCell
(props: JupyterCellProps)
packages/docusaurus-plugin/src/theme/JupyterCell.tsx:142
FunctionJupyterCellContent
({ modules, jupyterServerUrl, jupyterServerToken, source, }: { modules: JupyterModules; jupyterSer
packages/docusaurus-plugin/src/theme/JupyterCell.tsx:100
FunctionJupyterCellInner
(props: JupyterCellProps)
packages/docusaurus-plugin/src/theme/JupyterCell.tsx:27
FunctionJupyterCellPlugin
()
packages/lexical/src/plugins/JupyterCellPlugin.tsx:27
FunctionJupyterContextExample
()
packages/react/src/examples/JupyterContext.tsx:199
FunctionJupyterInputOutputPlugin
( props?: JupyterInputOutputPluginProps, )
packages/lexical/src/plugins/JupyterInputOutputPlugin.tsx:117
FunctionJupyterLabAppComponent
(props: JupyterLabAppProps)
packages/react/src/components/jupyterlab/JupyterLabApp.tsx:49
FunctionJupyterLabAppCss
({ theme = 'light' }: Props)
packages/react/src/components/jupyterlab/JupyterLabAppCss.tsx:37
FunctionJupyterLabAppExample
()
packages/react/src/examples/JupyterLabApp.tsx:21
FunctionJupyterLabAppHeadlessExample
()
packages/react/src/examples/JupyterLabAppHeadless.tsx:38
FunctionJupyterLabAppHeadlessServerlessExample
()
packages/react/src/examples/JupyterLabAppHeadlessServerless.tsx:38
FunctionJupyterLabAppServerlessExample
()
packages/react/src/examples/JupyterLabAppServerless.tsx:19
FunctionJupyterLabAppServiceManagerExample
()
packages/react/src/examples/JupyterLabAppServiceManager.tsx:21
FunctionJupyterLabCss
(props: JupyterLabCssProps)
packages/react/src/theme/JupyterLabCss.tsx:34
FunctionJupyterLabThemeExample
()
packages/react/src/examples/JupyterLabTheme.tsx:163
FunctionJupyterLoader
({ height = '200px', type = 'component', })
packages/embed/src/components-lazy.tsx:32
FunctionJupyterReact
(props: JupyterFrontEndProps)
packages/react/src/app/JupyterReact.tsx:22
FunctionJupyterReactTheme
( props: React.PropsWithChildren<IJupyterLabThemeProps> )
packages/react/src/theme/JupyterReactTheme.tsx:74
FunctionJupyterSkeleton
({ height = '200px', showText = true, text, componentType, })
packages/react/src/lazy/JupyterSkeleton.tsx:42
FunctionJupyterWrapper
({ children })
packages/embed/src/components.tsx:51
FunctionKatexEquationAlterer
({ onConfirm, initialEquation = '', }: Props)
packages/lexical/src/components/KatexEquationAlterer.tsx:17
FunctionKatexRenderer
({ equation, inline, onClick, }: Readonly<{ equation: string; inline: boolean; onClick: () => void
packages/lexical/src/components/KatexRenderer.tsx:10
FunctionKernelActionMenu
(props: KernelActionMenuProps)
packages/react/src/components/kernel/KernelActionMenu.tsx:23
FunctionKernelDetective
(props: IKernelDetectiveProps)
packages/react/src/components/kernel/KernelDetective.tsx:20
FunctionKernelExamples
()
packages/react/src/examples/Kernels.tsx:98
FunctionKernelExecResultView
()
packages/react/src/examples/Kernels.tsx:29
FunctionKernelExecuteExample
()
packages/react/src/examples/KernelExecute.tsx:15
FunctionKernelExecuteLiteExample
()
packages/react/src/examples/KernelExecuteLite.tsx:16
FunctionKernelExecutorExample
()
packages/react/src/examples/KernelExecutor.tsx:31
FunctionKernelExecutorLiteExample
()
packages/react/src/examples/KernelExecutorLite.tsx:32
FunctionKernelIndicator
({ label = '', overlayTitle = 'Sandbox Details', kernel, env, state, environmentName, memory,
packages/react/src/components/kernel/KernelIndicator.tsx:80
FunctionKernelInspector
(props: KernelInspectorProps)
packages/react/src/components/kernel/KernelInspector.tsx:17
FunctionKernelLauncher
()
packages/react/src/components/kernel/KernelLauncher.tsx:7
FunctionKernelLogs
()
packages/react/src/components/kernel/KernelLogs.tsx:7
FunctionKernelProgressBar
()
packages/react/src/components/kernel/KernelProgressBar.tsx:10
FunctionKernelSelector
(props: KernelSelectorProps)
packages/react/src/components/kernel/KernelSelector.tsx:28
FunctionKernelStatus
({ color })
packages/react/src/components/codemirror/CodeMirrorOutputToolbar.tsx:88
FunctionKernelUsage
(props: KernelUsageProps)
packages/react/src/components/kernel/KernelUsage.tsx:78
FunctionKernelVariables
(props: KernelVariablesProps)
packages/react/src/components/kernel/KernelVariables.tsx:20
FunctionKernels
()
packages/react/src/components/kernel/Kernels.tsx:25
FunctionLSPCompletionMenu
({ items, onSelect, onClose, position: initialPosition, filterText, }: LSPCompletionMenuProps)
packages/lexical/src/plugins/LSPCompletionMenu.tsx:109
FunctionLSPDocumentSyncPlugin
({ lexicalId, onDocumentOpen, onDocumentSync, onDocumentClose, disabled = false, }: LSPDocumentSyncP
packages/lexical/src/plugins/LSPDocumentSyncPlugin.tsx:94
FunctionLSPTabCompletionPlugin
({ providers, disabled = false, }: LSPTabCompletionPluginProps)
packages/lexical/src/plugins/LSPTabCompletionPlugin.tsx:228
FunctionLazyCell
({ fallback, skeletonHeight = '150px', ...cellProps })
packages/react/src/lazy/LazyCell.tsx:50
FunctionLazyConsole
({ fallback, skeletonHeight = '300px', ...consoleProps })
packages/react/src/lazy/LazyConsole.tsx:39
FunctionLazyImage
({ altText, className, imageRef, src, width, height, maxWidth, }: { altText: string; classNa
packages/lexical/src/nodes/ImageNode.tsx:90
FunctionLazyNotebook
({ fallback, skeletonHeight = '400px', ...notebookProps })
packages/react/src/lazy/LazyNotebook.tsx:45
FunctionLazyOutput
({ fallback, skeletonHeight = '100px', ...outputProps })
packages/react/src/lazy/LazyOutput.tsx:43
FunctionLazyTerminal
({ fallback, skeletonHeight = '300px', ...terminalProps })
packages/react/src/lazy/LazyTerminal.tsx:42
FunctionLazyViewer
({ fallback, skeletonHeight = '300px', ...viewerProps })
packages/react/src/lazy/LazyViewer.tsx:42
FunctionLexicalConfigProvider
({ lexicalId, serviceManager, children, }: LexicalConfigProviderProps)
packages/lexical/src/context/LexicalConfigContext.tsx:65
FunctionLexicalContentEditable
({ className, style, }: { className?: string; style?: CSSProperties; })
packages/lexical/src/components/ContentEditable.tsx:10
← previousnext →1,001–1,100 of 2,365, ranked by callers