From 92b2448dbb29d7edda2e64a866cb050d216cdd93 Mon Sep 17 00:00:00 2001 From: VsevolodX Date: Sun, 21 Jun 2026 14:19:34 -0700 Subject: [PATCH] update: show kpath --- other/materials_designer/workflows/band_structure.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/materials_designer/workflows/band_structure.ipynb b/other/materials_designer/workflows/band_structure.ipynb index 1cc7535d3..16fa0b537 100644 --- a/other/materials_designer/workflows/band_structure.ipynb +++ b/other/materials_designer/workflows/band_structure.ipynb @@ -611,7 +611,7 @@ "from mat3ra.notebooks_utils.ipython.entity.property.visualize import visualize_properties\n", "\n", "band_structure_data = get_properties_for_job(client, job_id, property_name=PropertyName.non_scalar.band_structure.value)\n", - "visualize_properties(band_structure_data, title=\"Band Structure\")" + "visualize_properties(band_structure_data, title=\"Band Structure\", extra_config={\"material\":material.to_dict()})" ] }, {