Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mljar/mercury
/ functions
Functions
801 in github.com/mljar/mercury
⨍
Functions
801
◇
Types & classes
96
↳
Endpoints
4
↓ 3 callers
Function
_normalize_value
(value: str | None, min_value: str, max_value: str)
mercury/date.py:37
↓ 3 callers
Method
_render
(self)
mercury/chat/chat.py:257
↓ 3 callers
Function
_source_notebook
()
mercury/tests/test_mercury_hybrid_cm.py:57
↓ 3 callers
Function
_to_rgba
(color: str, alpha: float, fallback: str)
mercury/config.py:359
↓ 3 callers
Function
activePlugins
(extension)
app/index.js:84
↓ 3 callers
Method
applyFullWidthLayout
()
packages/lab/src/mercury/app/widget.ts:1465
↓ 3 callers
Function
codeCellExecute
( cell: CodeCell, sessionContext: ISessionContext, metadata?: JSONObject, p0?: { deletedCells: string[
packages/lab/src/executor/codecell.ts:9
↓ 3 callers
Function
createModule
(scope, module)
app/index.js:59
↓ 3 callers
Method
detach
* Detach live stamping from a CodeCell (cleanup listeners/observers).
packages/lab/src/mercury/app/outputStamper.ts:133
↓ 3 callers
Function
getWidgetSourceCellId
(state: unknown)
packages/lab/src/mercury/app/model.ts:52
↓ 3 callers
Method
hideInlineOutputWrapper
(cell: CodeCell)
packages/lab/src/mercury/app/widget.ts:735
↓ 3 callers
Function
is_mercury_app
Returns True when Mercury is started as the Mercury Standalone App, and False when imported as JupyterLab extension.
mercury_app/app.py:51
↓ 3 callers
Function
load_theme_config
(config_path: str = "config.toml")
mercury/config.py:547
↓ 3 callers
Function
onCellExecuted
(args: { cell: Cell })
packages/application/src/plugins/mercury.ts:201
↓ 3 callers
Function
readAutoRerunFromContext
( context: DocumentRegistry.IContext<INotebookModel> )
packages/lab/src/mercury/app/widget.ts:90
↓ 3 callers
Function
readTitleFromContext
( context: DocumentRegistry.IContext<INotebookModel> )
packages/lab/src/mercury/app/widget.ts:59
↓ 3 callers
Function
resolve_config_path
(config_path: str = "config.toml")
mercury/config.py:243
↓ 3 callers
Function
set
( value: Kernel.IShellFuture< KernelMessage.IExecuteRequestMsg, KernelMessage.IExe
packages/lab/src/executor/outputArea.ts:128
↓ 3 callers
Method
setGlobalExecutionState
(running: boolean)
packages/lab/src/mercury/app/busyIndicator.ts:24
↓ 3 callers
Method
setMenu
(open: boolean)
packages/application/src/plugins/navbar.ts:246
↓ 3 callers
Method
setSidebarTitle
(title?: string)
packages/lab/src/mercury/app/widget.ts:525
↓ 3 callers
Method
set_content
Replace message content entirely. Exactly one content type must be provided. Parameters ---------- markdown
mercury/chat/message.py:171
↓ 3 callers
Method
stampOnce
* One-shot stamp of what currently exists in the output area.
packages/lab/src/mercury/app/outputStamper.ts:49
↓ 3 callers
Method
start
(self)
mercury/tests/test_chat_widget.py:17
↓ 3 callers
Method
syncAutoRerunUI
()
packages/lab/src/mercury/app/widget.ts:1485
↓ 3 callers
Method
validate
Main entry point: normalize many possible input types to list[dict].
mercury/table.py:301
↓ 2 callers
Function
DateInput
Create and display a date input widget. Values use the browser-native ISO date format: ``YYYY-MM-DD``.
mercury/date.py:50
↓ 2 callers
Function
DateRange
Create and display a date range input widget. ``value`` is stored as ``["YYYY-MM-DD", "YYYY-MM-DD"]``.
mercury/daterange.py:81
↓ 2 callers
Function
TimeInput
Create and display a time input widget. Values use browser-native ``HH:MM`` or ``HH:MM:SS`` strings.
mercury/time.py:64
↓ 2 callers
Method
_apply_filter_list
(self)
mercury/table.py:1083
↓ 2 callers
Method
_card_html
(self, single=False)
mercury/indicator.py:284
↓ 2 callers
Function
_derive_border_color
(text_color: str, background_color: str)
mercury/config.py:332
↓ 2 callers
Function
_derive_topbar_text
(background_color: str, text_color: str)
mercury/config.py:366
↓ 2 callers
Method
_detach_message
(self, message: Message)
mercury/chat/chat.py:282
↓ 2 callers
Function
_display_style
Inject CSS for MLJAR Columns (theme-aware).
mercury/columns.py:20
↓ 2 callers
Method
_from_dict
Normalize dict input into list[dict]. Supported shapes: - column-wise: {col: [v1, v2, ...]} - row-wise: {row_key: {col
mercury/table.py:237
↓ 2 callers
Function
_get_arg_value
(prefix: str)
mercury_app/__main__.py:176
↓ 2 callers
Function
_is_empty_token
(v)
mercury_app/__main__.py:188
↓ 2 callers
Function
_normalize_bounds
(min_value: str, max_value: str)
mercury/datetime_input.py:30
↓ 2 callers
Function
_normalize_bounds
(min_value: str, max_value: str)
mercury/daterange.py:28
↓ 2 callers
Function
_normalize_bounds
(min_value: str, max_value: str)
mercury/time.py:28
↓ 2 callers
Function
_normalize_bounds
(min_value: str, max_value: str)
mercury/date.py:28
↓ 2 callers
Function
_normalize_font_family
(value: str)
mercury/config.py:262
↓ 2 callers
Function
_normalize_step
(step: int | None)
mercury/datetime_input.py:39
↓ 2 callers
Function
_normalize_step
(step: int | None)
mercury/time.py:37
↓ 2 callers
Method
_onOutputsChange
* Internal: Outputs change handler
packages/lab/src/mercury/app/model.ts:654
↓ 2 callers
Method
_readMercuryPayload
Safely parse and validate Mercury output
packages/lab/src/mercury/app/model.ts:743
↓ 2 callers
Method
_refreshRightSplitLayout
()
packages/lab/src/mercury/app/widget.ts:1730
↓ 2 callers
Method
_repr_mimebundle_
(self, **kwargs)
mercury/text.py:233
↓ 2 callers
Method
_repr_mimebundle_
(self, **kwargs)
mercury/select.py:506
↓ 2 callers
Method
_repr_mimebundle_
(self, **kwargs)
mercury/number.py:597
↓ 2 callers
Method
_repr_mimebundle_
(self, **kwargs)
mercury/checkbox.py:283
↓ 2 callers
Method
_repr_mimebundle_
(self, **kwargs)
mercury/slider.py:497
↓ 2 callers
Method
_repr_mimebundle_
(self, **kwargs)
mercury/multiselect.py:811
↓ 2 callers
Method
_repr_mimebundle_
(self, **kwargs)
mercury/file.py:820
↓ 2 callers
Function
_safe_str
Return a simple, stable string for hashing.
mercury/manager.py:12
↓ 2 callers
Method
_scroll_now
(self)
mercury/chat/chat.py:263
↓ 2 callers
Function
_set_class
(widget, class_name: str, enabled: bool)
mercury/expander.py:93
↓ 2 callers
Method
_shadow_dir_for
Return posix path for the shadow folder next to the notebook: e.g. for 'folder/plots.ipynb' => 'folder/.mercury_sessions'
mercury_app/handlers.py:126
↓ 2 callers
Method
_showSidebarFromToggle
()
packages/lab/src/mercury/app/widget.ts:1829
↓ 2 callers
Method
_styles
(self)
mercury/indicator.py:165
↓ 2 callers
Method
_to_html
Convert markdown to HTML if possible; otherwise use <pre>.
mercury/md.py:57
↓ 2 callers
Function
_validate_css_size
(value, name: str, *, allow_none: bool = False)
mercury/table.py:18
↓ 2 callers
Method
cancel
(self)
mercury/tests/test_chat_widget.py:20
↓ 2 callers
Method
checkWidgetModels
()
packages/lab/src/mercury/app/widget.ts:1407
↓ 2 callers
Function
convert_datetimes
(obj)
mercury_app/custom_contents_handler.py:11
↓ 2 callers
Method
createCell
(cellModel: ICellModel)
packages/lab/src/mercury/app/widget.ts:913
↓ 2 callers
Method
createMainSplit
(left: Panel, right: SplitPanel)
packages/lab/src/mercury/app/widget.ts:1578
↓ 2 callers
Method
createRightPanels
()
packages/lab/src/mercury/app/widget.ts:1540
↓ 2 callers
Method
createRightTopbar
()
packages/lab/src/mercury/app/widget.ts:467
↓ 2 callers
Method
createSidebar
(pageConfig: IPageConfigLike)
packages/lab/src/mercury/app/widget.ts:1493
↓ 2 callers
Method
createToastContainer
()
packages/lab/src/mercury/app/widget.ts:442
↓ 2 callers
Method
deepStamp
(root: HTMLElement, id: string)
packages/lab/src/mercury/app/outputStamper.ts:29
↓ 2 callers
Method
dir_exists
(self, path: str)
mercury_app/mercury_hybrid_cm.py:408
↓ 2 callers
Method
display
(self)
mercury/indicator.py:159
↓ 2 callers
Method
disposeItem
(item: CellItemWidget)
packages/lab/src/mercury/app/widget.ts:1372
↓ 2 callers
Function
executeWidgetsManagerClearValues
( sessionContext: ISessionContext )
packages/lab/src/executor/codecell.ts:104
↓ 2 callers
Method
file_exists
(self, path: str)
mercury_app/mercury_hybrid_cm.py:433
↓ 2 callers
Method
fire
(self)
mercury/tests/test_chat_widget.py:23
↓ 2 callers
Function
getPageConfig
* Read the inline Jupyter page config JSON. * Throws if the element does not exist or contains invalid JSON.
packages/lab/src/mercury/app/widget.ts:152
↓ 2 callers
Function
get_effective_notebooks_dir
(serverapp)
mercury_app/app.py:44
↓ 2 callers
Function
get_source_cell_id
()
mercury/render_context.py:50
↓ 2 callers
Function
get_url_param_values
Return all values for a given URL key.
mercury/url_params.py:58
↓ 2 callers
Function
get_widget_render_metadata
()
mercury/render_context.py:89
↓ 2 callers
Method
initializeCells
()
packages/lab/src/mercury/app/widget.ts:745
↓ 2 callers
Method
insertItem
(item: CellItemWidget, _modelIndex: number)
packages/lab/src/mercury/app/widget.ts:1336
↓ 2 callers
Function
installMercurySaveSanitizer
( context: DocumentRegistry.IContext<INotebookModel> )
packages/lab/src/mercury/save.ts:33
↓ 2 callers
Method
installSidebarToggles
()
packages/lab/src/mercury/app/widget.ts:1589
↓ 2 callers
Function
is_valid_date
(value: str)
mercury/url_params.py:443
↓ 2 callers
Function
list_notebooks
Scan `notebooks_dir` (default: current directory) for .ipynb files and return a list of dicts with: - name - description
mercury_app/notebooks_meta.py:113
↓ 2 callers
Function
main
(argv=None)
mercury_app/__main__.py:275
↓ 2 callers
Method
observeBottomContent
(root: HTMLElement)
packages/lab/src/mercury/app/widget.ts:1853
↓ 2 callers
Method
placeCell
* Place a code cell's output area into the appropriate panel * based on its MERCURY_MIMETYPE metadata or an explicit override. * Keeps widgets o
packages/lab/src/mercury/app/widget.ts:659
↓ 2 callers
Function
readFullWidthFromContext
( context: DocumentRegistry.IContext<INotebookModel> )
packages/lab/src/mercury/app/widget.ts:74
↓ 2 callers
Function
readShowCodeFromContext
( context: DocumentRegistry.IContext<INotebookModel> )
packages/lab/src/mercury/app/widget.ts:44
↓ 2 callers
Method
reset
Optional helper if you want a hard reset
packages/lab/src/mercury/app/busyIndicator.ts:140
↓ 2 callers
Method
save_nb
(self, path: str, nb_json: Dict[str, Any])
mercury_app/mercury_hybrid_cm.py:41
↓ 2 callers
Method
set_indeterminate
(self, on: bool = True)
mercury/progressbar.py:137
↓ 2 callers
Method
touch
(self)
mercury_app/idle_timeout.py:22
↓ 2 callers
Method
values
(self)
mercury/file.py:782
← previous
next →
101–200 of 801, ranked by callers