Skip to content

Commit

Permalink
fix: JARVIS import example
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Jan 26, 2024
1 parent f50be78 commit ba734ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion other/material/import_material_from_jarvis_db_entry.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
"outputs": [],
"source": [
"import json\n",
"from express import ExPrESS\n",
"\n",
"## Note: JVASP-670 is an entry for MoTe2\n",
"jarvis_db_entry = json.dumps(json.loads(df[(df['jid']=='JVASP-670')].to_json(orient='records'))[0])\n",
"\n",
Expand All @@ -103,7 +105,7 @@
"cell_type": "markdown",
"source": [
"## Upload to Mat3ra.com\n",
"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)."
"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."
],
"metadata": {
"collapsed": false
Expand Down

0 comments on commit ba734ca

Please sign in to comment.