MCPcopy Create free account

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

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

Method$config
@internal
packages/lexical/src/plugins/CollapsiblePlugin/CollapsibleTitleNode.ts:40
Function$convertCollapsibleContentElement
( _domNode: HTMLElement, )
packages/lexical/src/plugins/CollapsiblePlugin/CollapsibleContentNode.ts:29
Function$convertDetailsElement
( domNode: HTMLDetailsElement, )
packages/lexical/src/plugins/CollapsiblePlugin/CollapsibleContainerNode.ts:40
Function$convertExcalidrawElement
( domNode: HTMLElement, )
packages/lexical/src/nodes/ExcalidrawNode.tsx:44
Function$convertSummaryElement
( _domNode: HTMLElement, )
packages/lexical/src/plugins/CollapsiblePlugin/CollapsibleTitleNode.ts:28
Function$convertToMarkdownString
()
packages/lexical/src/convert/markdown/convertToMarkdown.ts:27
Function$convertToMarkdownString
( transformers: Array<Transformer> = TRANSFORMERS, )
packages/lexical/src/convert/markdown/index.ts:74
Function$createCounterNode
(initial = 0)
packages/lexical/src/nodes/CounterNode.tsx:95
Function$isCounterNode
(node: unknown)
packages/lexical/src/nodes/CounterNode.tsx:99
Function$isJupyterCellNode
(node: LexicalNode)
packages/lexical/src/nodes/JupyterCellNode.tsx:167
Function$isJupyterOutputNode
(node: LexicalNode)
packages/lexical/src/nodes/JupyterOutputNode.tsx:295
Function$onEscapeDown
()
packages/lexical/src/plugins/CollapsiblePlugin/index.ts:107
Function$onEscapeUp
()
packages/lexical/src/plugins/CollapsiblePlugin/index.ts:80
Method$transform
(node: CollapsibleTitleNode)
packages/lexical/src/plugins/CollapsiblePlugin/CollapsibleTitleNode.ts:42
FunctionAboutTab
(props: Props)
packages/react/src/app/tabs/AboutTab.tsx:15
FunctionAddCommentBox
({ anchorKey, editor, onAddComment, }: { anchorKey: NodeKey; editor: LexicalEditor; onAddComment:
packages/lexical/src/plugins/CommentPlugin.tsx:87
FunctionApp
()
packages/lexical/src/examples/AppSimple.tsx:108
FunctionApp
()
packages/lexical/src/examples/AppNbformat.tsx:177
FunctionApp
()
examples/vite/src/App.tsx:20
FunctionAppNbformat
()
examples/lexical/src/AppNbformat.tsx:165
FunctionAppToolbar
(props: { hasRuntime: boolean; toggleRuntime: (v: boolean) => void; themeStore: ReturnType<typeof create
packages/lexical/src/examples/AppSimple.tsx:61
FunctionAutoEmbedDialog
({ embedConfig, onClose, }: { embedConfig: PlaygroundEmbedConfig; onClose: () => void; })
packages/lexical/src/plugins/AutoEmbedPlugin.tsx:167
FunctionAutoEmbedMenu
({ options, selectedItemIndex, onOptionClick, onOptionMouseEnter, }: { selectedItemIndex: number | n
packages/lexical/src/plugins/AutoEmbedPlugin.tsx:119
FunctionAutoEmbedMenuItem
({ index, isSelected, onClick, onMouseEnter, option, }: { index: number; isSelected: boolean;
packages/lexical/src/plugins/AutoEmbedPlugin.tsx:82
FunctionAutoEmbedPlugin
()
packages/lexical/src/plugins/AutoEmbedPlugin.tsx:234
FunctionAutoIndentPlugin
({ enabled = true, defaultLanguage = 'python', customConfigs = [], debug = false, fallbackTabSize =
packages/lexical/src/plugins/AutoIndentPlugin.tsx:80
FunctionAutoLinkPlugin
()
packages/lexical/src/plugins/AutoLinkPlugin.tsx:49
FunctionBlockEquationEditor
({ equation, onChange, inputRef, }: BlockEquationEditorImplProps)
packages/lexical/src/components/EquationEditor.tsx:77
FunctionBokehExample
()
packages/react/src/examples/Bokeh.tsx:15
FunctionBqplotExample
()
packages/react/src/examples/Bqplot.tsx:15
FunctionButton
packages/react/src/components/button/Button.tsx:14
FunctionButton
({ 'data-test-id': dataTestId, children, className, onClick, disabled, small, title, }: { 'dat
packages/lexical/src/components/Button.tsx:10
FunctionCell
({ autoStart = true, id: providedId, kernel, outputs = [], showToolbar = true, source = '', type
packages/react/src/components/cell/Cell.tsx:53
FunctionCell
(props: any)
packages/docusaurus-plugin/src/theme/ReactLiveScope/index.tsx:11
FunctionCell
(props: any)
docs/src/theme/ReactLiveScope/index.tsx:11
FunctionCellChunk
({ options })
packages/embed/src/chunks/CellChunk.tsx:52
FunctionCellComponent
()
packages/react/src/app/tabs/components/CellComponent.tsx:10
FunctionCellComponent
()
examples/next-js/src/components/CellComponent.tsx:20
FunctionCellEmbed
({ options })
packages/embed/src/components.tsx:79
FunctionCellEmbed
({ options })
packages/embed/src/components-lazy.tsx:146
FunctionCellEmbedInner
({ options })
packages/embed/src/components.tsx:62
FunctionCellExample
()
packages/react/src/examples/Cell.tsx:25
FunctionCellExample
(props: ICellExampleProps)
examples/vite/src/examples/CellExample.tsx:28
FunctionCellInner
({ options })
packages/embed/src/chunks/CellChunk.tsx:35
FunctionCellLiteExample
()
packages/react/src/examples/CellLite.tsx:19
FunctionCellMetadataEditor
( props: ICellMetadataEditorProps )
packages/react/src/components/notebook/cell/metadata/CellMetadataEditor.tsx:27
FunctionCellPreview
(props: ICellToolProps)
packages/react/src/examples/JupyterContext.tsx:62
FunctionCellSidebar
(props: ICellSidebarProps)
packages/react/src/components/notebook/cell/sidebar/CellSidebar.tsx:46
FunctionCellSidebarButton
(props: ICellSidebarProps)
packages/react/src/components/notebook/cell/sidebar/CellSidebarButton.tsx:21
FunctionCellSidebarRun
(props: ICellSidebarProps)
packages/react/src/components/notebook/cell/sidebar/CellSidebarRun.tsx:15
FunctionCellSidebarSource
(props: ICellSidebarProps)
packages/react/src/examples/extensions/cellsidebars/CellSidebarSource.tsx:22
FunctionCellToolbar
(props: ICellToolProps)
packages/react/src/examples/JupyterContext.tsx:75
FunctionCellToolbarComponent
(props: ICellToolbarComponentProps)
packages/react/src/examples/extensions/celltoolbar/CellToolbarComponent.tsx:24
FunctionCellWithKernel
(props: CellWithKernelProps)
storybook/src/stories/Cell.stories.tsx:39
FunctionCellsExample
()
packages/react/src/examples/Cells.tsx:13
FunctionCellsExecuteExample
()
packages/react/src/examples/CellsExecute.tsx:26
FunctionCodeActionMenuContainer
({ anchorElem, }: { anchorElem: HTMLElement; })
packages/lexical/src/plugins/CodeActionMenuPlugin.tsx:29
FunctionCodeActionMenuContainer
({ anchorElem, }: { anchorElem: HTMLElement; })
packages/lexical/src/plugins/CodeActionMenuPlugin/index.tsx:32
FunctionCodeActionMenuPlugin
({ anchorElem = document.body, }: { anchorElem?: HTMLElement; })
packages/lexical/src/plugins/CodeActionMenuPlugin.tsx:175
FunctionCodeActionMenuPlugin
({ anchorElem = document.body, }: { anchorElem?: HTMLElement; })
packages/lexical/src/plugins/CodeActionMenuPlugin/index.tsx:196
FunctionCodeBlockHighlightPlugin
()
packages/lexical/src/plugins/CodeHighlightPlugin.tsx:84
FunctionCodeMirrorEditor
(props: { code: string; codePre?: string; outputAdapter: OutputAdapter; kernel?: Kernel; autoRun: bo
packages/react/src/components/codemirror/CodeMirrorEditor.tsx:19
FunctionCodeMirrorOutputToolbar
( props: CodeMirrorOutputToolbarProps )
packages/react/src/components/codemirror/CodeMirrorOutputToolbar.tsx:99
FunctionCodeMirrorOutputToolbarMenu
(props: CodeMirrorOutputToolbarProps)
packages/react/src/components/codemirror/CodeMirrorOutputToolbar.tsx:34
FunctionCodemirrorViewer
(props: Props)
packages/react/src/components/viewer/input/CodemirrorViewer.tsx:16
FunctionCollaborationProvider
({ provider: providerProp, children, }: ICollaborationProviderProps)
packages/react/src/jupyter/collaboration/CollaborationContext.tsx:81
FunctionCollapsiblePlugin
()
packages/lexical/src/plugins/CollapsiblePlugin/index.ts:64
FunctionColorPicker
({ color, onChange, }: Readonly<ColorPickerProps>)
packages/lexical/src/components/ColorPicker.tsx:46
FunctionCommands
()
packages/react/src/components/commands/Commands.tsx:10
FunctionCommentInputBox
({ editor, cancelAddComment, submitAddComment, }: { cancelAddComment: () => void; editor: LexicalEdi
packages/lexical/src/plugins/CommentPlugin.tsx:231
FunctionCommentPlugin
({ providerFactory, showFloatingAddButton = true, }: { providerFactory?: ( id: string, yjsDocMap
packages/lexical/src/plugins/CommentPlugin.tsx:825
FunctionCommentsComposer
({ submitAddComment, thread, placeholder, }: { placeholder?: string; submitAddComment: ( comment
packages/lexical/src/plugins/CommentPlugin.tsx:411
FunctionCommentsPanel
({ activeIDs, deleteCommentOrThread, comments, submitAddComment, markNodeMap, }: { activeIDs: Arra
packages/lexical/src/plugins/CommentPlugin.tsx:752
FunctionCommentsPanelList
({ activeIDs, comments, deleteCommentOrThread, listRef, submitAddComment, markNodeMap, }: { acti
packages/lexical/src/plugins/CommentPlugin.tsx:587
FunctionCommentsPanelListComment
({ comment, deleteComment, thread, rtf, }: { comment: Comment; deleteComment: ( commentOrThrea
packages/lexical/src/plugins/CommentPlugin.tsx:519
FunctionCommentsProvider
({ children }: { children: ReactNode })
packages/lexical/src/context/CommentsContext.tsx:19
FunctionComponentPickerMenuItem
({ index, isSelected, onClick, onMouseEnter, option, }: { index: number; isSelected: boolean;
packages/lexical/src/plugins/ComponentPickerMenuPlugin.tsx:98
FunctionComponentPickerMenuPlugin
({ kernel, initCode = '', }: ComponentPickerMenuPluginProps = {})
packages/lexical/src/plugins/ComponentPickerMenuPlugin.tsx:166
FunctionComponentsTab
(props: JupyterFrontEndProps)
packages/react/src/app/tabs/ComponentsTab.tsx:16
FunctionConsole
(options: Console.IConsoleOptions)
packages/react/src/components/console/Console.tsx:15
FunctionConsoleChunk
({ options })
packages/embed/src/chunks/ConsoleChunk.tsx:49
FunctionConsoleEmbed
({ options })
packages/embed/src/components.tsx:168
FunctionConsoleEmbed
({ options })
packages/embed/src/components-lazy.tsx:200
FunctionConsoleEmbedInner
({ options })
packages/embed/src/components.tsx:158
FunctionConsoleInner
({ options })
packages/embed/src/chunks/ConsoleChunk.tsx:39
FunctionCopyButton
({ editor, getCodeDOMNode }: Props)
packages/lexical/src/components/CopyButton.tsx:24
FunctionCopyButton
({ editor, getCodeDOMNode }: Props)
packages/lexical/src/plugins/CodeActionMenuPlugin/components/CopyButton/index.tsx:25
FunctionCountdown
(props: { count: number })
packages/react/src/components/notebook/cell/prompt/Countdown.tsx:9
FunctionCounterComponent
({ editor, nodeKey, }: { editor: LexicalEditor; nodeKey: NodeKey; })
packages/lexical/src/nodes/CounterComponent.tsx:18
FunctionDashboardExample
()
packages/react/src/examples/Dashboard.tsx:18
FunctionDenoExample
()
packages/react/src/examples/Deno.tsx:15
FunctionDialog
()
packages/react/src/components/dialog/Dialog.tsx:11
FunctionDialogActions
({ 'data-test-id': dataTestId, children, }: Props)
packages/lexical/src/components/Dialog.tsx:23
FunctionDialogButtonsList
({ children }: Props)
packages/lexical/src/components/Dialog.tsx:15
FunctionDraggableBlockPlugin
({ anchorElem = document.body, }: { anchorElem?: HTMLElement; })
packages/lexical/src/plugins/DraggableBlockPlugin.tsx:495
FunctionDropDown
({ disabled = false, buttonLabel, buttonAriaLabel, buttonClassName, buttonIconClassName, children,
packages/lexical/src/components/DropDown.tsx:110
FunctionDropDownItem
({ children, className, onClick, title, }: { children: React.ReactNode; className: string; onCli
packages/lexical/src/components/DropDown.tsx:20
FunctionDropDownItems
({ children, dropDownRef, onClose, }: { children: React.ReactNode; dropDownRef: React.Ref<HTMLDivEle
packages/lexical/src/components/DropDown.tsx:69
FunctionEditor
(props: Props)
packages/lexical/src/editor/Editor.tsx:239
FunctionEditorContainer
(props: Props)
packages/lexical/src/editor/Editor.tsx:140
← previousnext →901–1,000 of 2,365, ranked by callers