Skip to content

Commit f79d18a

Browse files
Merge pull request #335 from mat3ra/fix/kpath
update: show kpath
2 parents b93bfdf + 92b2448 commit f79d18a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

other/materials_designer/workflows/band_structure.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
"from mat3ra.notebooks_utils.ipython.entity.property.visualize import visualize_properties\n",
612612
"\n",
613613
"band_structure_data = get_properties_for_job(client, job_id, property_name=PropertyName.non_scalar.band_structure.value)\n",
614-
"visualize_properties(band_structure_data, title=\"Band Structure\")"
614+
"visualize_properties(band_structure_data, title=\"Band Structure\", extra_config={\"material\":material.to_dict()})"
615615
]
616616
},
617617
{

0 commit comments

Comments
 (0)