Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Feb 23, 2024
1 parent 803fee3 commit ef657ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/structures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"outputs": [],
"source": [
"import aiidalab_widgets_base as awb\n",
"import weas_widget\n"
"import weas_widget"
]
},
{
Expand Down Expand Up @@ -73,6 +73,7 @@
" awb.BasicStructureEditor(title=\"Basic Editor\"),\n",
" awb.BasicCellEditor(title=\"Basic Cell Editor\"),\n",
" ],\n",
" viewer=viewer,\n",
")\n",
"# widget = StructureUploadWidget()\n",
"# Enforce node format to be CifData:\n",
Expand Down

0 comments on commit ef657ca

Please sign in to comment.