Skip to content

Commit ba734ca

Browse files
committed
fix: JARVIS import example
1 parent f50be78 commit ba734ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

other/material/import_material_from_jarvis_db_entry.ipynb

+3-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
"outputs": [],
8080
"source": [
8181
"import json\n",
82+
"from express import ExPrESS\n",
83+
"\n",
8284
"## Note: JVASP-670 is an entry for MoTe2\n",
8385
"jarvis_db_entry = json.dumps(json.loads(df[(df['jid']=='JVASP-670')].to_json(orient='records'))[0])\n",
8486
"\n",
@@ -103,7 +105,7 @@
103105
"cell_type": "markdown",
104106
"source": [
105107
"## Upload to Mat3ra.com\n",
106-
"Finally, we can upload the material to Mat3ra.com using the REST API: follow the explanation in another example notebook [here](../../examples/material/create_material.ipynb)."
108+
"Finally, we can upload the material to Mat3ra.com using the REST API: follow the explanation in another example notebook [here](../../examples/material/create_material.ipynb). One can replace the content of the `CONFIG` variable with the JSON data above."
107109
],
108110
"metadata": {
109111
"collapsed": false

0 commit comments

Comments
 (0)