MCPcopy Create free account

hub / github.com/mljar/mercury / functions

Functions801 in github.com/mljar/mercury

MethodnotebookConfig
A config object for notebook widget.
packages/lab/src/mercury/app/model.ts:236
MethodonAfterAttach
(msg: Message)
packages/lab/src/mercury/app/widget.ts:544
MethodonDisposed
()
packages/lab/src/mercury/app/outputStamper.ts:124
MethodonExecutionError
(_model: AppModel, err: IExecutionError)
packages/lab/src/mercury/app/widget.ts:477
MethodonModelChanged
()
packages/lab/src/mercury/app/outputStamper.ts:108
MethodonUpdateRequest
* 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
Functionon_message_with_touch
(self, message)
mercury_app/idle_timeout.py:70
Methodpatch
(self, path="")
mercury_app/custom_contents_handler.py:46
Methodpaths
* The JupyterLab application paths dictionary.
packages/application/src/app/index.ts:138
Methodpost
(self, path="")
mercury_app/custom_contents_handler.py:50
Methodprepare
(self)
mercury_app/block_handler.py:15
Methodput
(self, path="")
mercury_app/custom_contents_handler.py:40
MethodrafStamp
()
packages/lab/src/mercury/app/outputStamper.ts:103
Methodready
A signal emitted when the model is ready.
packages/lab/src/mercury/app/model.ts:200
Methodrender_slot_id
(self)
mercury/render_context.py:28
Methodrepl
(match)
mercury/md.py:70
Methodrestore_checkpoint
(self, path, checkpoint_id)
mercury/tests/test_mercury_hybrid_cm.py:50
Methodrestore_checkpoint
(self, path: str, checkpoint_id: str)
mercury_app/mercury_hybrid_cm.py:488
Functionsample_dicts_data
()
mercury/tests/test_table_widget.py:44
Functionsample_pandas_df
()
mercury/tests/test_table_widget.py:21
Functionsample_polars_df
()
mercury/tests/test_table_widget.py:34
Methodsave
(self, model, path)
mercury/tests/test_mercury_hybrid_cm.py:27
Methodset_bouncing_text
Render animated bouncing text. Each character is wrapped in a span with a staggered bounce animation. Parameters
mercury/chat/message.py:232
Methodset_gradient_text
Render animated gradient text. Characters cycle through provided colors with a staggered delay. Parameters --------
mercury/chat/message.py:271
Methodset_label
(self, text: str)
mercury/progressbar.py:133
Functionsetup_function
()
mercury/tests/test_upload_file_widget.py:10
Functionsetup_function
()
mercury/tests/test_table_widget.py:10
Functionsetup_function
()
mercury/tests/test_datetime_widgets.py:24
Functionsetup_function
()
mercury/tests/test_render_context.py:17
Functionsetup_function
()
mercury/tests/test_widget_render_metadata.py:41
Methodshow_inline
(self)
mercury/progressbar.py:154
Methodshutdown_server
(serverapp)
mercury_app/idle_timeout.py:27
Methodsidebar
()
packages/lab/src/mercury/app/item/widget.ts:36
Methodsidebar
()
packages/lab/src/mercury/app/item/model.ts:14
Methodslot_id
(self)
mercury/render_context.py:18
Methodsort_key
(row: dict)
mercury/table.py:1115
MethodstateChanged
A signal emitted when the model state changes.
packages/lab/src/mercury/app/model.ts:210
Methodstop
(self)
mercury_app/idle_timeout.py:47
MethodsyncOutputVisibility
()
packages/lab/src/mercury/app/widget.ts:935
Methodteardown
()
packages/lab/src/mercury/app/outputStamper.ts:121
Functionteardown_function
()
mercury/tests/test_upload_file_widget.py:14
Functionteardown_function
()
mercury/tests/test_table_widget.py:14
Functionteardown_function
()
mercury/tests/test_datetime_widgets.py:29
Functionteardown_function
()
mercury/tests/test_render_context.py:21
Functionteardown_function
()
mercury/tests/test_widget_render_metadata.py:45
Functiontest_append_text_and_html_schedule_scroll
(monkeypatch)
mercury/tests/test_chat_widget.py:110
Functiontest_build_theme_css_vars_contains_normalized_variables
()
mercury/tests/test_config_resolution.py:93
Functiontest_build_theme_font_links_adds_google_font_preconnects
()
mercury/tests/test_config_resolution.py:100
Functiontest_button_gets_nested_layout_render_metadata
(monkeypatch)
mercury/tests/test_widget_render_metadata.py:61
Functiontest_button_gets_source_cell_metadata_outside_layout
(monkeypatch)
mercury/tests/test_widget_render_metadata.py:49
Functiontest_button_passes_disabled_and_hidden_to_widget
(monkeypatch)
mercury/tests/test_button_widget.py:13
Functiontest_button_trait_defaults
()
mercury/tests/test_button_widget.py:7
Functiontest_cached_table_respects_display_now_false
(monkeypatch)
mercury/tests/test_table_widget.py:157
Functiontest_chat_default_height_preserves_natural_layout
(monkeypatch)
mercury/tests/test_chat_widget.py:28
Functiontest_chat_height_accepts_viewport_units
(monkeypatch)
mercury/tests/test_chat_widget.py:51
Functiontest_chat_height_sets_internal_scroll
(monkeypatch)
mercury/tests/test_chat_widget.py:40
Functiontest_checkbox_defaults
()
mercury/tests/test_checkbox_widget.py:28
Functiontest_checkbox_falls_back_to_value_when_url_param_empty
(monkeypatch)
mercury/tests/test_checkbox_widget.py:96
Functiontest_checkbox_falls_back_to_value_when_url_param_invalid
(monkeypatch)
mercury/tests/test_checkbox_widget.py:107
Functiontest_checkbox_falls_back_to_value_when_url_param_missing
(monkeypatch)
mercury/tests/test_checkbox_widget.py:86
Functiontest_checkbox_gets_nested_layout_render_metadata
(monkeypatch)
mercury/tests/test_widget_render_metadata.py:95
Functiontest_checkbox_gets_source_cell_metadata_outside_layout
(monkeypatch)
mercury/tests/test_widget_render_metadata.py:83
Functiontest_checkbox_invalid_appearance_raises
()
mercury/tests/test_checkbox_widget.py:59
Functiontest_checkbox_invalid_position_raises
()
mercury/tests/test_checkbox_widget.py:54
Functiontest_checkbox_matches_url_param_case_insensitively
(monkeypatch)
mercury/tests/test_checkbox_widget.py:118
Functiontest_checkbox_passes_disabled_and_hidden_to_widget
(monkeypatch)
mercury/tests/test_checkbox_widget.py:39
Functiontest_checkbox_preserves_false_value
(monkeypatch)
mercury/tests/test_checkbox_widget.py:19
Functiontest_checkbox_preserves_true_value
(monkeypatch)
mercury/tests/test_checkbox_widget.py:10
Functiontest_checkbox_uses_false_url_param
(monkeypatch)
mercury/tests/test_checkbox_widget.py:75
Functiontest_checkbox_uses_true_url_param
(monkeypatch)
mercury/tests/test_checkbox_widget.py:64
Functiontest_clear_detaches_message_scroll_callback
(monkeypatch)
mercury/tests/test_chat_widget.py:128
Functiontest_columns_accepts_integer_like_width_ratios
(monkeypatch)
mercury/tests/test_render_context.py:174
Functiontest_columns_accepts_proportional_widths
(monkeypatch)
mercury/tests/test_render_context.py:164
Functiontest_columns_append_true_preserves_cached_outputs
(monkeypatch)
mercury/tests/test_render_context.py:100
Functiontest_columns_append_true_preserves_output_buffers
(monkeypatch)
mercury/tests/test_render_context.py:134
Functiontest_columns_clear_method_resets_output_buffer
(monkeypatch)
mercury/tests/test_render_context.py:149
Functiontest_columns_clears_cached_outputs_by_default
(monkeypatch)
mercury/tests/test_render_context.py:81
Functiontest_columns_default_clear_resets_output_buffers
(monkeypatch)
mercury/tests/test_render_context.py:119
Functiontest_columns_equal_count_and_width_specs_have_different_cache_keys
(monkeypatch)
mercury/tests/test_render_context.py:188
Functiontest_columns_rejects_empty_width_list
()
mercury/tests/test_render_context.py:199
Functiontest_columns_rejects_non_numeric_widths
()
mercury/tests/test_render_context.py:221
Functiontest_columns_rejects_non_positive_widths
()
mercury/tests/test_render_context.py:210
Functiontest_dateinput_normalizes_invalid_value
(monkeypatch)
mercury/tests/test_datetime_widgets.py:64
Functiontest_dateinput_uses_url_param_when_valid
(monkeypatch)
mercury/tests/test_datetime_widgets.py:95
Functiontest_daterange_swaps_reversed_range
(monkeypatch)
mercury/tests/test_datetime_widgets.py:88
Functiontest_daterange_uses_url_params_when_valid
(monkeypatch)
mercury/tests/test_datetime_widgets.py:122
Functiontest_datetimeinput_accepts_browser_datetime_separator
(monkeypatch)
mercury/tests/test_datetime_widgets.py:116
Functiontest_datetimeinput_clamps_to_max
(monkeypatch)
mercury/tests/test_datetime_widgets.py:78
Functiontest_datetimeinput_uses_url_param_when_valid
(monkeypatch)
mercury/tests/test_datetime_widgets.py:109
Functiontest_dicts_filtering_row_count
(sample_dicts_data)
mercury/tests/test_table_widget.py:352
Functiontest_dicts_filtering_row_value
(sample_dicts_data)
mercury/tests/test_table_widget.py:360
Functiontest_dicts_sorting_ascending
(sample_dicts_data)
mercury/tests/test_table_widget.py:372
Functiontest_dicts_sorting_descending
(sample_dicts_data)
mercury/tests/test_table_widget.py:383
Functiontest_dicts_table_basic_creation
(sample_dicts_data)
mercury/tests/test_table_widget.py:348
Functiontest_effective_notebooks_dir_prefers_server_root_dir
(tmp_path)
mercury/tests/test_mercury_cli.py:76
Functiontest_expander_append_true_preserves_cached_output
(monkeypatch)
mercury/tests/test_render_context.py:328
Functiontest_expander_append_true_preserves_output_buffer
(monkeypatch)
mercury/tests/test_render_context.py:355
Functiontest_expander_can_disable_border_and_header_background
(monkeypatch)
mercury/tests/test_render_context.py:399
Functiontest_expander_clear_method_resets_output_buffer
(monkeypatch)
mercury/tests/test_render_context.py:369
Functiontest_expander_clears_cached_output_by_default
(monkeypatch)
mercury/tests/test_render_context.py:315
← previousnext →501–600 of 801, ranked by callers