Skip to content

Commit 8e40cf8

Browse files
committed
chore: add install standata
1 parent 3375786 commit 8e40cf8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

other/materials_designer/specific_examples/defect_surface_island_titanium_nitride.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"if sys.platform == \"emscripten\":\n",
8484
" import micropip\n",
8585
" await micropip.install('mat3ra-api-examples', deps=False)\n",
86+
" await micropip.install('mat3ra-standata')\n",
8687
" from utils.jupyterlite import install_packages\n",
8788
" await install_packages(\"\", \"../../../config.yml\")"
8889
],

other/materials_designer/specific_examples/interface_bilayer_twisted_commensurate_lattices_molybdenum_disulfide.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
" import micropip\n",
8787
"\n",
8888
" await micropip.install('mat3ra-api-examples', deps=False)\n",
89+
" await micropip.install('mat3ra-standata')\n",
8990
" from utils.jupyterlite import install_packages\n",
9091
" await install_packages(\"\", \"../../../config.yml\")"
9192
],

other/materials_designer/specific_examples/interface_bilayer_twisted_nanoribbons_boron_nitride.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
" import micropip\n",
8989
"\n",
9090
" await micropip.install('mat3ra-api-examples', deps=False)\n",
91+
" await micropip.install('mat3ra-standata')\n",
9192
" from utils.jupyterlite import install_packages\n",
9293
" await install_packages(\"\", \"../../../config.yml\")\n"
9394
],

0 commit comments

Comments
 (0)