diff --git a/other/materials_designer/workflows/band_structure.ipynb b/other/materials_designer/workflows/band_structure.ipynb index 1cc7535d..16fa0b53 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()})" ] }, {