Skip to content

Commit

Permalink
Fixing virtual_packet_logging instructions for line info widget (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSondhi authored May 18, 2021
1 parent bf46269 commit 8e5ffe1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/using/visualization/generating_widgets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,17 @@
"![Line Info Widget Demo](../images/line_info_widget_demo.gif)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<div class=\"alert alert-info\">\n",
"\n",
"**Important:** The virtual packet logging capability must be active in order to produce virtual packets' spectrum in `Line Info Widget`. Thus, make sure to set `virtual_packet_logging: True` in your configuration file. It should be added under `virtual` property of `spectrum` property, as described in [configuration schema](https://tardis-sn.github.io/tardis/using/components/configuration/configuration.html#spectrum).\n",
"\n",
"</div>"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -598,7 +609,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.9"
"version": "3.8.8"
},
"notify_time": "5",
"toc": {
Expand Down

0 comments on commit 8e5ffe1

Please sign in to comment.