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
Method
notebookConfig
A config object for notebook widget.
packages/lab/src/mercury/app/model.ts:236
Method
onAfterAttach
(msg: Message)
packages/lab/src/mercury/app/widget.ts:544
Method
onDisposed
()
packages/lab/src/mercury/app/outputStamper.ts:124
Method
onExecutionError
(_model: AppModel, err: IExecutionError)
packages/lab/src/mercury/app/widget.ts:477
Method
onModelChanged
()
packages/lab/src/mercury/app/outputStamper.ts:108
Method
onUpdateRequest
* A message handler invoked on an `'update-request'` message. * * #### Notes * The default implementation of this handler is a no-op.
packages/application/src/app/index.ts:96
Function
on_message_with_touch
(self, message)
mercury_app/idle_timeout.py:70
Method
patch
(self, path="")
mercury_app/custom_contents_handler.py:46
Method
paths
* The JupyterLab application paths dictionary.
packages/application/src/app/index.ts:138
Method
post
(self, path="")
mercury_app/custom_contents_handler.py:50
Method
prepare
(self)
mercury_app/block_handler.py:15
Method
put
(self, path="")
mercury_app/custom_contents_handler.py:40
Method
rafStamp
()
packages/lab/src/mercury/app/outputStamper.ts:103
Method
ready
A signal emitted when the model is ready.
packages/lab/src/mercury/app/model.ts:200
Method
render_slot_id
(self)
mercury/render_context.py:28
Method
repl
(match)
mercury/md.py:70
Method
restore_checkpoint
(self, path, checkpoint_id)
mercury/tests/test_mercury_hybrid_cm.py:50
Method
restore_checkpoint
(self, path: str, checkpoint_id: str)
mercury_app/mercury_hybrid_cm.py:488
Function
sample_dicts_data
()
mercury/tests/test_table_widget.py:44
Function
sample_pandas_df
()
mercury/tests/test_table_widget.py:21
Function
sample_polars_df
()
mercury/tests/test_table_widget.py:34
Method
save
(self, model, path)
mercury/tests/test_mercury_hybrid_cm.py:27
Method
set_bouncing_text
Render animated bouncing text. Each character is wrapped in a span with a staggered bounce animation. Parameters
mercury/chat/message.py:232
Method
set_gradient_text
Render animated gradient text. Characters cycle through provided colors with a staggered delay. Parameters --------
mercury/chat/message.py:271
Method
set_label
(self, text: str)
mercury/progressbar.py:133
Function
setup_function
()
mercury/tests/test_upload_file_widget.py:10
Function
setup_function
()
mercury/tests/test_table_widget.py:10
Function
setup_function
()
mercury/tests/test_datetime_widgets.py:24
Function
setup_function
()
mercury/tests/test_render_context.py:17
Function
setup_function
()
mercury/tests/test_widget_render_metadata.py:41
Method
show_inline
(self)
mercury/progressbar.py:154
Method
shutdown_server
(serverapp)
mercury_app/idle_timeout.py:27
Method
sidebar
()
packages/lab/src/mercury/app/item/widget.ts:36
Method
sidebar
()
packages/lab/src/mercury/app/item/model.ts:14
Method
slot_id
(self)
mercury/render_context.py:18
Method
sort_key
(row: dict)
mercury/table.py:1115
Method
stateChanged
A signal emitted when the model state changes.
packages/lab/src/mercury/app/model.ts:210
Method
stop
(self)
mercury_app/idle_timeout.py:47
Method
syncOutputVisibility
()
packages/lab/src/mercury/app/widget.ts:935
Method
teardown
()
packages/lab/src/mercury/app/outputStamper.ts:121
Function
teardown_function
()
mercury/tests/test_upload_file_widget.py:14
Function
teardown_function
()
mercury/tests/test_table_widget.py:14
Function
teardown_function
()
mercury/tests/test_datetime_widgets.py:29
Function
teardown_function
()
mercury/tests/test_render_context.py:21
Function
teardown_function
()
mercury/tests/test_widget_render_metadata.py:45
Function
test_append_text_and_html_schedule_scroll
(monkeypatch)
mercury/tests/test_chat_widget.py:110
Function
test_build_theme_css_vars_contains_normalized_variables
()
mercury/tests/test_config_resolution.py:93
Function
test_build_theme_font_links_adds_google_font_preconnects
()
mercury/tests/test_config_resolution.py:100
Function
test_button_gets_nested_layout_render_metadata
(monkeypatch)
mercury/tests/test_widget_render_metadata.py:61
Function
test_button_gets_source_cell_metadata_outside_layout
(monkeypatch)
mercury/tests/test_widget_render_metadata.py:49
Function
test_button_passes_disabled_and_hidden_to_widget
(monkeypatch)
mercury/tests/test_button_widget.py:13
Function
test_button_trait_defaults
()
mercury/tests/test_button_widget.py:7
Function
test_cached_table_respects_display_now_false
(monkeypatch)
mercury/tests/test_table_widget.py:157
Function
test_chat_default_height_preserves_natural_layout
(monkeypatch)
mercury/tests/test_chat_widget.py:28
Function
test_chat_height_accepts_viewport_units
(monkeypatch)
mercury/tests/test_chat_widget.py:51
Function
test_chat_height_sets_internal_scroll
(monkeypatch)
mercury/tests/test_chat_widget.py:40
Function
test_checkbox_defaults
()
mercury/tests/test_checkbox_widget.py:28
Function
test_checkbox_falls_back_to_value_when_url_param_empty
(monkeypatch)
mercury/tests/test_checkbox_widget.py:96
Function
test_checkbox_falls_back_to_value_when_url_param_invalid
(monkeypatch)
mercury/tests/test_checkbox_widget.py:107
Function
test_checkbox_falls_back_to_value_when_url_param_missing
(monkeypatch)
mercury/tests/test_checkbox_widget.py:86
Function
test_checkbox_gets_nested_layout_render_metadata
(monkeypatch)
mercury/tests/test_widget_render_metadata.py:95
Function
test_checkbox_gets_source_cell_metadata_outside_layout
(monkeypatch)
mercury/tests/test_widget_render_metadata.py:83
Function
test_checkbox_invalid_appearance_raises
()
mercury/tests/test_checkbox_widget.py:59
Function
test_checkbox_invalid_position_raises
()
mercury/tests/test_checkbox_widget.py:54
Function
test_checkbox_matches_url_param_case_insensitively
(monkeypatch)
mercury/tests/test_checkbox_widget.py:118
Function
test_checkbox_passes_disabled_and_hidden_to_widget
(monkeypatch)
mercury/tests/test_checkbox_widget.py:39
Function
test_checkbox_preserves_false_value
(monkeypatch)
mercury/tests/test_checkbox_widget.py:19
Function
test_checkbox_preserves_true_value
(monkeypatch)
mercury/tests/test_checkbox_widget.py:10
Function
test_checkbox_uses_false_url_param
(monkeypatch)
mercury/tests/test_checkbox_widget.py:75
Function
test_checkbox_uses_true_url_param
(monkeypatch)
mercury/tests/test_checkbox_widget.py:64
Function
test_clear_detaches_message_scroll_callback
(monkeypatch)
mercury/tests/test_chat_widget.py:128
Function
test_columns_accepts_integer_like_width_ratios
(monkeypatch)
mercury/tests/test_render_context.py:174
Function
test_columns_accepts_proportional_widths
(monkeypatch)
mercury/tests/test_render_context.py:164
Function
test_columns_append_true_preserves_cached_outputs
(monkeypatch)
mercury/tests/test_render_context.py:100
Function
test_columns_append_true_preserves_output_buffers
(monkeypatch)
mercury/tests/test_render_context.py:134
Function
test_columns_clear_method_resets_output_buffer
(monkeypatch)
mercury/tests/test_render_context.py:149
Function
test_columns_clears_cached_outputs_by_default
(monkeypatch)
mercury/tests/test_render_context.py:81
Function
test_columns_default_clear_resets_output_buffers
(monkeypatch)
mercury/tests/test_render_context.py:119
Function
test_columns_equal_count_and_width_specs_have_different_cache_keys
(monkeypatch)
mercury/tests/test_render_context.py:188
Function
test_columns_rejects_empty_width_list
()
mercury/tests/test_render_context.py:199
Function
test_columns_rejects_non_numeric_widths
()
mercury/tests/test_render_context.py:221
Function
test_columns_rejects_non_positive_widths
()
mercury/tests/test_render_context.py:210
Function
test_dateinput_normalizes_invalid_value
(monkeypatch)
mercury/tests/test_datetime_widgets.py:64
Function
test_dateinput_uses_url_param_when_valid
(monkeypatch)
mercury/tests/test_datetime_widgets.py:95
Function
test_daterange_swaps_reversed_range
(monkeypatch)
mercury/tests/test_datetime_widgets.py:88
Function
test_daterange_uses_url_params_when_valid
(monkeypatch)
mercury/tests/test_datetime_widgets.py:122
Function
test_datetimeinput_accepts_browser_datetime_separator
(monkeypatch)
mercury/tests/test_datetime_widgets.py:116
Function
test_datetimeinput_clamps_to_max
(monkeypatch)
mercury/tests/test_datetime_widgets.py:78
Function
test_datetimeinput_uses_url_param_when_valid
(monkeypatch)
mercury/tests/test_datetime_widgets.py:109
Function
test_dicts_filtering_row_count
(sample_dicts_data)
mercury/tests/test_table_widget.py:352
Function
test_dicts_filtering_row_value
(sample_dicts_data)
mercury/tests/test_table_widget.py:360
Function
test_dicts_sorting_ascending
(sample_dicts_data)
mercury/tests/test_table_widget.py:372
Function
test_dicts_sorting_descending
(sample_dicts_data)
mercury/tests/test_table_widget.py:383
Function
test_dicts_table_basic_creation
(sample_dicts_data)
mercury/tests/test_table_widget.py:348
Function
test_effective_notebooks_dir_prefers_server_root_dir
(tmp_path)
mercury/tests/test_mercury_cli.py:76
Function
test_expander_append_true_preserves_cached_output
(monkeypatch)
mercury/tests/test_render_context.py:328
Function
test_expander_append_true_preserves_output_buffer
(monkeypatch)
mercury/tests/test_render_context.py:355
Function
test_expander_can_disable_border_and_header_background
(monkeypatch)
mercury/tests/test_render_context.py:399
Function
test_expander_clear_method_resets_output_buffer
(monkeypatch)
mercury/tests/test_render_context.py:369
Function
test_expander_clears_cached_output_by_default
(monkeypatch)
mercury/tests/test_render_context.py:315
← previous
next →
501–600 of 801, ranked by callers