Skip to content

Commit

Permalink
Merge 6515fe6 into e39fa6f
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro authored Nov 7, 2022
2 parents e39fa6f + 6515fe6 commit 2aaac45
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/io/visualization/montecarlo_packet_visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"source": [
"from tardis import run_tardis\n",
"from tardis.io.config_reader import Configuration\n",
"from tardis.io.atom_data.util import download_atom_data\n",
"import plotly.express as px\n",
"import plotly.graph_objects as go\n",
"import math\n",
Expand All @@ -31,6 +32,16 @@
"import random"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Download atom data\n",
"download_atom_data('kurucz_cd23_chianti_H_He')"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 2aaac45

Please sign in to comment.