MCPcopy Create free account

hub / github.com/mljar/mercury / functions

Functions801 in github.com/mljar/mercury

↓ 2 callersFunctionwidgetRenderers
( editor: MercuryPanel )
packages/lab/src/widgets/index.ts:17
↓ 1 callersMethod__init__
(self, name, value)
mercury/file.py:110
↓ 1 callersMethod__init__
(self, timeout, serverapp)
mercury_app/idle_timeout.py:13
↓ 1 callersMethod__init__
(self)
mercury_app/mercury_hybrid_cm.py:32
↓ 1 callersFunction_accept_tokens
(accept: str)
mercury/file.py:84
↓ 1 callersFunction_activate_working_dir
(working_dir: str | None)
mercury_app/__main__.py:270
↓ 1 callersMethod_apply_filter
(self)
mercury/table.py:1063
↓ 1 callersMethod_apply_filter_frame
(self)
mercury/table.py:1154
↓ 1 callersMethod_apply_inline_theme
(self, body: str)
mercury/md.py:83
↓ 1 callersMethod_apply_sort
(self)
mercury/table.py:1069
↓ 1 callersMethod_apply_sort_frame
(self)
mercury/table.py:1214
↓ 1 callersMethod_apply_sort_list
(self)
mercury/table.py:1104
↓ 1 callersMethod_attach_message
(self, message: Message)
mercury/chat/chat.py:279
↓ 1 callersFunction_channel
(c: int)
mercury/config.py:309
↓ 1 callersMethod_cleanup_shadows
Delete shadow notebooks that are: - inside the .mercury_sessions folder next to nb_path - not used by any active session
mercury_app/handlers.py:172
↓ 1 callersFunction_clear_output_widget
(out)
mercury/expander.py:100
↓ 1 callersFunction_clear_output_widget
(out)
mercury/columns.py:63
↓ 1 callersFunction_clear_output_widget
(out)
mercury/tabs.py:132
↓ 1 callersFunction_coerce_range
(value: Sequence[str] | None)
mercury/daterange.py:37
↓ 1 callersFunction_config_hash
Create a short, robust hash for widget configuration (excluding 'value').
mercury/manager.py:25
↓ 1 callersMethod_copy_notebook_to_shadow
Create a per-window shadow copy of the notebook under a unique path, using the server's ContentsManager so the frontend can open it n
mercury_app/handlers.py:135
↓ 1 callersFunction_default_thumbnails_for_root
Resolve default thumbnail values for a notebooks root. Priority: 1. Hardcoded DEFAULT_THUMBNAILS 2. [main].thumbnail_* from config.t
mercury_app/notebooks_meta.py:23
↓ 1 callersMethod_delta_html
(self)
mercury/indicator.py:250
↓ 1 callersFunction_derive_hover_background_color
(surface_color: str, primary_color: str, text_color: str)
mercury/config.py:336
↓ 1 callersFunction_derive_muted_text_color
(text_color: str, background_color: str)
mercury/config.py:328
↓ 1 callersFunction_derive_run_button_background
(primary_color: str)
mercury/config.py:377
↓ 1 callersFunction_derive_run_button_focus
(primary_color: str)
mercury/config.py:381
↓ 1 callersFunction_derive_run_button_hover
(primary_color: str)
mercury/config.py:373
↓ 1 callersFunction_derive_selected_background_color
(surface_color: str, primary_color: str)
mercury/config.py:343
↓ 1 callersFunction_derive_sidebar_backdrop_color
(text_color: str, sidebar_background_color: str)
mercury/config.py:397
↓ 1 callersFunction_derive_sidebar_shadow
(sidebar_background_color: str, text_color: str)
mercury/config.py:388
↓ 1 callersFunction_derive_surface_color
(background_color: str)
mercury/config.py:319
↓ 1 callersFunction_derive_topbar_background
(background_color: str)
mercury/config.py:350
↓ 1 callersMethod_ensure_dir
Ensure a directory exists via ContentsManager.
mercury_app/handlers.py:118
↓ 1 callersFunction_ensure_global_expander_styles
()
mercury/expander.py:13
↓ 1 callersFunction_ensure_global_image_styles
()
mercury/image.py:13
↓ 1 callersFunction_ensure_global_progress_styles
()
mercury/progressbar.py:10
↓ 1 callersFunction_ensure_global_tabs_styles
()
mercury/tabs.py:12
↓ 1 callersMethod_from_pandas_like
Handle pandas-like objects via .to_dict().
mercury/table.py:272
↓ 1 callersMethod_from_polars_like
Handle polars-like objects via .to_dicts().
mercury/table.py:290
↓ 1 callersMethod_get_keep_session
Global default + optional ?keepSession=true|false override.
mercury_app/handlers.py:106
↓ 1 callersMethod_get_ttl_hours
Shadow file TTL (hours) from settings, default 12h.
mercury_app/handlers.py:114
↓ 1 callersMethod_handleResolvedWidgetUpdate
( commId: string, updateCellId: string | undefined, skipEmit: boolean )
packages/lab/src/mercury/app/model.ts:623
↓ 1 callersFunction_img_src
Return an <img> src from URL or local file path (as data URI).
mercury/image.py:72
↓ 1 callersFunction_is_allowed_file
(filename: str, accept: str, file_type: str = "")
mercury/file.py:102
↓ 1 callersFunction_iter_notebooks
(root: str, recursive: bool = False)
mercury_app/notebooks_meta.py:95
↓ 1 callersMethod_kernel_exists
(self, name: str)
mercury_app/mercury_hybrid_cm.py:223
↓ 1 callersMethod_list_active_session_paths
Collect all session paths currently in use.
mercury_app/handlers.py:160
↓ 1 callersFunction_matches_accept_token
(filename: str, file_type: str, token: str)
mercury/file.py:90
↓ 1 callersFunction_normalize_accept
(value: str | list[str] | tuple[str, ...])
mercury/file.py:55
↓ 1 callersFunction_normalize_columns_spec
(n: int | Sequence[float])
mercury/columns.py:69
↓ 1 callersFunction_normalize_max_file_size
(value: str)
mercury/file.py:24
↓ 1 callersMethod_notifyConnectionLost
* Dialogs
packages/lab/src/mercury/app/model.ts:793
↓ 1 callersMethod_notifyKernelDisconnected
()
packages/lab/src/mercury/app/model.ts:804
↓ 1 callersMethod_notify_update
(self)
mercury/chat/message.py:133
↓ 1 callersMethod_onCellListChange
* Internal: Cell list ↔ outputs mapping
packages/lab/src/mercury/app/model.ts:330
↓ 1 callersMethod_onKernelChanged
( session: ISessionContext, changes: IChangedArgs< Kernel.IKernelConnection | null, Kernel
packages/lab/src/mercury/app/model.ts:481
↓ 1 callersMethod_openEventsWS
()
packages/lab/src/mercury/app/healthmonitor.ts:31
↓ 1 callersMethod_outputsToCellEntries
()
packages/lab/src/mercury/app/model.ts:447
↓ 1 callersMethod_paginate
(self)
mercury/table.py:1075
↓ 1 callersMethod_paginate_frame
(self)
mercury/table.py:1238
↓ 1 callersMethod_paginate_list
(self)
mercury/table.py:1130
↓ 1 callersFunction_parse_and_inject
Parse command-line args and apply: - Log level flags - Token handling from CLI or env - Password hashing from CLI or env
mercury_app/__main__.py:35
↓ 1 callersFunction_path_to_data_uri
Read local file and return a data: URI with guessed MIME type.
mercury/image.py:62
↓ 1 callersFunction_read_ipynb_metadata
Read a .ipynb file and return (data, error) where data contains: - title - description - mercury (raw 'mercury' dict from metad
mercury_app/notebooks_meta.py:42
↓ 1 callersMethod_recover_shadow
(self, path: str)
mercury_app/mercury_hybrid_cm.py:170
↓ 1 callersMethod_repr_mimebundle_
(self, **kwargs)
mercury/chat/chatinput.py:428
↓ 1 callersFunction_resolve_source_cell_id_from_kernel
()
mercury/render_context.py:65
↓ 1 callersFunction_resolve_working_dir
(working_dir: str | None)
mercury_app/__main__.py:25
↓ 1 callersMethod_runCellsFromIndex
(fromIndex: number)
packages/lab/src/mercury/app/widget.ts:1266
↓ 1 callersFunction_table_data_hash
(data: Any)
mercury/table.py:105
↓ 1 callersFunction_table_data_payload
(data: Any)
mercury/table.py:70
↓ 1 callersFunction_to_hex
(rgb)
mercury/config.py:290
↓ 1 callersFunction_to_posix
Normalize filesystem-like path to Jupyter API posix (forward slashes).
mercury_app/handlers.py:48
↓ 1 callersMethodappend_html
Append raw HTML and re-render.
mercury/chat/message.py:224
↓ 1 callersMethodappend_text
Append plain text and re-render.
mercury/chat/message.py:216
↓ 1 callersFunctionapplyCellData
(ycell, cell)
app/ydoc-attach-patch.js:30
↓ 1 callersFunctionassertOutputAreaInternals
(output: any, debug: boolean)
packages/lab/src/executor/outputArea.ts:29
↓ 1 callersMethodattach
* Attach live stamping to a CodeCell: * - Re-stamps on output model changes and on output area re-layouts. * - Observes DOM mutations inside t
packages/lab/src/mercury/app/outputStamper.ts:89
↓ 1 callersMethodbegin
One unit of work started
packages/lab/src/mercury/app/busyIndicator.ts:66
↓ 1 callersMethodbindGlobalHandlers
()
packages/application/src/plugins/navbar.ts:228
↓ 1 callersFunctionbindShowCodeListener
( context: DocumentRegistry.IContext<INotebookModel>, onChange: () => void )
packages/lab/src/mercury/app/widget.ts:105
↓ 1 callersMethodbuildHeader
()
packages/application/src/plugins/navbar.ts:155
↓ 1 callersFunctioncompareStops
(left, right)
app/fast-colors-sort-patch.js:5
↓ 1 callersFunctioncreateShared
* Create the webpack ``shared`` configuration
app/webpack.config.js:49
↓ 1 callersMethodcreateSidebarBackdrop
()
packages/lab/src/mercury/app/widget.ts:452
↓ 1 callersFunctioncreateYCell
(cell, notebook)
app/ydoc-attach-patch.js:7
↓ 1 callersFunctiondebounce
(fn: T, ms = 1000)
packages/lab/src/mercury/widget.ts:28
↓ 1 callersFunctiondebounce
(fn: T, ms = 80)
packages/lab/src/mercury/app/widget.ts:120
↓ 1 callersMethoddestroy
()
packages/application/src/plugins/navbar.ts:58
↓ 1 callersMethoddispose
* Dispose of the resources held by the widget.
packages/lab/src/mercury/panel.ts:45
↓ 1 callersMethoddispose
()
packages/lab/src/mercury/app/model.ts:276
↓ 1 callersMethodensureStyles
()
packages/lab/src/mercury/app/busyIndicator.ts:163
↓ 1 callersMethodexecute
Execute a CodeCell.
packages/lab/src/mercury/app/model.ts:298
↓ 1 callersFunctionexecuteAll
()
packages/application/src/plugins/mercury.ts:184
↓ 1 callersFunctionexecuteSilently
( sessionContext: ISessionContext, code: string )
packages/lab/src/executor/codecell.ts:82
↓ 1 callersMethodfile_exists
(self, path)
mercury/tests/test_mercury_hybrid_cm.py:15
↓ 1 callersMethodget
(self, path="")
mercury_app/custom_contents_handler.py:32
↓ 1 callersFunctiongetOption
* Get global configuration data for the Jupyter application. * * @param name - The name of the configuration option. * * @returns The config value
app/publicpath.js:20
↓ 1 callersFunctiongetWidgetManager
( rendermime: IRenderMimeRegistry )
packages/lab/src/mercury/app/ipyWidgetsHelpers.ts:83
← previousnext →201–300 of 801, ranked by callers