Skip to content

Commit

Permalink
Docs Fix: Download Atom Data in rpacket_tracking.ipynb (#2236)
Browse files Browse the repository at this point in the history
Download atom data from the function
  • Loading branch information
atharva-2001 authored Mar 14, 2023
1 parent 239e04b commit a8034b2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/io/output/rpacket_tracking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,18 @@
"metadata": {},
"outputs": [],
"source": [
"from tardis import run_tardis"
"from tardis import run_tardis\n",
"from tardis.io.atom_data.util import download_atom_data"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7d8471c3",
"metadata": {},
"outputs": [],
"source": [
"download_atom_data('kurucz_cd23_chianti_H_He')"
]
},
{
Expand Down

0 comments on commit a8034b2

Please sign in to comment.